We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f312a commit 4e25e60Copy full SHA for 4e25e60
patchman/celery.py
@@ -17,8 +17,8 @@
17
import os
18
from celery import Celery
19
20
-os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'patchman.settings') # noqa
21
-from django.conf import settings
+os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'patchman.settings')
+from django.conf import settings # noqa
22
23
24
app = Celery('patchman')
0 commit comments