Browse Source

Added a line to separate non-standard import

Ali 6 years ago
parent
commit
5ea337aa9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      devproject/celery.py

+ 1 - 0
devproject/celery.py

@@ -1,5 +1,6 @@
 from __future__ import absolute_import, unicode_literals
 import os
+
 from celery import Celery
 
 # set the default Django settings module for the 'celery' program.