Removed __future__

This commit is contained in:
PCoder 2017-08-08 01:57:29 +05:30
parent 29b28d551c
commit 227d3a20a5
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import, unicode_literals
import os
from celery import Celery