diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-11 14:05:14 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-11 14:05:14 -0800 |
| commit | bc742ca110ca06b220261d37b985ecbfb7ebbaab (patch) | |
| tree | 390700a26230515d10a0b8432a7d47c89f3f2467 /django | |
| parent | 0be7f57a9067c1596ece496e50a796b2529452bc (diff) | |
Flake8 fixes -- including not runnign flake8 over a backported file
Diffstat (limited to 'django')
| -rw-r--r-- | django/utils/autoreload.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/utils/autoreload.py b/django/utils/autoreload.py index 219ed6440c..1b15c32874 100644 --- a/django/utils/autoreload.py +++ b/django/utils/autoreload.py @@ -39,7 +39,6 @@ from django.conf import settings from django.core.signals import request_finished from django.utils._os import upath from django.utils.importlib import import_module -from django.utils.translation.trans_real import all_locale_paths from django.utils import six try: from django.utils.six.moves import _thread as thread |
