diff options
Diffstat (limited to 'urllib3/connectionpool.py')
-rw-r--r-- | urllib3/connectionpool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/connectionpool.py b/urllib3/connectionpool.py index b38ac68..563f108 100644 --- a/urllib3/connectionpool.py +++ b/urllib3/connectionpool.py @@ -30,7 +30,7 @@ from .exceptions import ( NewConnectionError, ) from .packages.ssl_match_hostname import CertificateError -from .packages import six +import six from .connection import ( port_by_scheme, DummyConnection, |