We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9016bf commit 944f0ebCopy full SHA for 944f0eb
1 file changed
src/urllib3/contrib/securetransport.py
@@ -64,9 +64,8 @@
64
import threading
65
import weakref
66
67
-import six
68
-
69
from .. import util
+from ..packages import six
70
from ..util.ssl_ import PROTOCOL_TLS_CLIENT
71
from ._securetransport.bindings import CoreFoundation, Security, SecurityConst
72
from ._securetransport.low_level import (
0 commit comments