Removed __future__
This commit is contained in:
parent
29b28d551c
commit
227d3a20a5
2 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
# This will make sure the app is always imported when
|
||||
# Django starts so that shared_task will use this app.
|
||||
from .celery import app as celery_app
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
import os
|
||||
from celery import Celery
|
||||
|
||||
|
|
Loading…
Reference in a new issue