remove extra import

This commit is contained in:
Dmitry Klimenko
2016-11-17 19:52:13 +03:00
committed by GitHub
parent 329a5cfdd4
commit 2185fac626
+1 -1
View File
@@ -15,7 +15,7 @@ import threading
from base64 import b64encode
from .compat import urlparse, str, bytes
from .compat import urlparse, str
from .cookies import extract_cookies_to_jar
from ._internal_utils import to_native_string
from .utils import parse_dict_header