aboutsummaryrefslogtreecommitdiff
path: root/urllib3/util/retry.py
diff options
context:
space:
mode:
Diffstat (limited to 'urllib3/util/retry.py')
-rw-r--r--urllib3/util/retry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/util/retry.py b/urllib3/util/retry.py
index 03a0124..fd1f5dd 100644
--- a/urllib3/util/retry.py
+++ b/urllib3/util/retry.py
@@ -9,7 +9,7 @@ from ..exceptions import (
ReadTimeoutError,
ResponseError,
)
-from ..packages import six
+import six
log = logging.getLogger(__name__)