Skip to content

Commit

Permalink
Remove one last warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed May 3, 2015
1 parent d233520 commit 7c0df36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import unicode_literals

import importlib
import mimetypes
import posixpath

Expand All @@ -8,7 +9,6 @@
except ImportError:
from urllib import quote

from django.utils import importlib
from django.utils.encoding import smart_str

from pipeline.conf import settings
Expand Down

0 comments on commit 7c0df36

Please sign in to comment.