summaryrefslogtreecommitdiff
path: root/django/utils/autoreload.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/utils/autoreload.py')
-rw-r--r--django/utils/autoreload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/autoreload.py b/django/utils/autoreload.py
index 05ffb12f74..b7a889aa61 100644
--- a/django/utils/autoreload.py
+++ b/django/utils/autoreload.py
@@ -36,8 +36,8 @@ import sys
import time
import traceback
+from django.apps import app_cache
from django.conf import settings
-from django.core.apps import app_cache
from django.core.signals import request_finished
try:
from django.utils.six.moves import _thread as thread