Skip to content

Commit 7c0df36

Browse files
committed
Remove one last warning.
1 parent d233520 commit 7c0df36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__ import unicode_literals
22

3+
import importlib
34
import mimetypes
45
import posixpath
56

@@ -8,7 +9,6 @@
89
except ImportError:
910
from urllib import quote
1011

11-
from django.utils import importlib
1212
from django.utils.encoding import smart_str
1313

1414
from pipeline.conf import settings

0 commit comments

Comments
 (0)