Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
skatsaounis committed May 18, 2020
1 parent 78f312a commit 4e25e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchman/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import os
from celery import Celery

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'patchman.settings') # noqa
from django.conf import settings
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'patchman.settings')
from django.conf import settings # noqa


app = Celery('patchman')
Expand Down

0 comments on commit 4e25e60

Please sign in to comment.