summaryrefslogtreecommitdiff
path: root/django/db/migrations/executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/migrations/executor.py')
-rw-r--r--django/db/migrations/executor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/django/db/migrations/executor.py b/django/db/migrations/executor.py
index cc38758f5a..8a55ed0d69 100644
--- a/django/db/migrations/executor.py
+++ b/django/db/migrations/executor.py
@@ -1,7 +1,8 @@
from __future__ import unicode_literals
-from django.db import migrations
from django.apps.registry import apps as global_apps
+from django.db import migrations
+
from .loader import MigrationLoader
from .recorder import MigrationRecorder
from .state import ProjectState