Fix flake8 E305 errors.

This commit is contained in:
Aaron Tan
2016-11-15 16:32:27 -05:00
parent 831b67ce7f
commit 473ed016de
34 changed files with 45 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ def disable_signals():
mocked = mock.patch('django.dispatch.Signal.send', autospec=True)
mocked.start()
'''
FIXME: Not sure how "far" just setting the BROKER_URL will get us.
We may need to incluence CELERY's configuration like we do in the old unit tests (see base.py)