Reorder Studio imports using isort

This commit is contained in:
Andy Armstrong
2017-05-30 09:37:57 -04:00
parent fc57527c5a
commit ebb04ca396
146 changed files with 835 additions and 853 deletions

View File

@@ -5,9 +5,12 @@ and auto discover tasks in all installed django apps.
Taken from: http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html
"""
from __future__ import absolute_import
import os
from celery import Celery
from django.conf import settings
from openedx.core.lib.celery.routers import AlternateEnvironmentRouter
# set the default Django settings module for the 'celery' program.