Commit 7c0df36f by Timothée Peignier

Remove one last warning.

parent d233520c
from __future__ import unicode_literals from __future__ import unicode_literals
import importlib
import mimetypes import mimetypes
import posixpath import posixpath
...@@ -8,7 +9,6 @@ try: ...@@ -8,7 +9,6 @@ try:
except ImportError: except ImportError:
from urllib import quote from urllib import quote
from django.utils import importlib
from django.utils.encoding import smart_str from django.utils.encoding import smart_str
from pipeline.conf import settings from pipeline.conf import settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment