summaryrefslogtreecommitdiff
path: root/django/template/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/template/utils.py')
-rw-r--r--django/template/utils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/django/template/utils.py b/django/template/utils.py
index be2166810c..f9b322fea9 100644
--- a/django/template/utils.py
+++ b/django/template/utils.py
@@ -1,13 +1,12 @@
-from collections import Counter, OrderedDict
import os
import sys
import warnings
+from collections import Counter, OrderedDict
from django.apps import apps
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
-from django.utils import lru_cache
-from django.utils import six
+from django.utils import lru_cache, six
from django.utils.deprecation import RemovedInDjango20Warning
from django.utils.functional import cached_property
from django.utils.module_loading import import_string