Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 944f0eb

Browse files
authored
[1.26] Use vendored six in urllib3.contrib.securetransport
1 parent c9016bf commit 944f0eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/urllib3/contrib/securetransport.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@
6464
import threading
6565
import weakref
6666

67-
import six
68-
6967
from .. import util
68+
from ..packages import six
7069
from ..util.ssl_ import PROTOCOL_TLS_CLIENT
7170
from ._securetransport.bindings import CoreFoundation, Security, SecurityConst
7271
from ._securetransport.low_level import (

0 commit comments

Comments
 (0)