Skip to content
Snippets Groups Projects
Commit 2660ce77 authored by Restyled.io's avatar Restyled.io
Browse files

Restyled by reorder-python-imports

parent 065ed401
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ from celery.utils.log import get_task_logger
from django.apps import apps
from django.core.exceptions import ImproperlyConfigured
from django.core.management import call_command
from haystack import connection_router, connections
from haystack import connection_router
from haystack import connections
from haystack.exceptions import NotHandled as IndexNotFoundException
from .conf import settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment