10000 Kill extra import from resources.imports. I should have caught that. · Web5design/twilio-python@ea4f723 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea4f723

Browse files
committed
Kill extra import from resources.imports. I should have caught that.
1 parent ea72462 commit ea4f723

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

twilio/rest/resources/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from twilio.rest.resources.imports import httplib2
22
from twilio.rest.resources.imports import socks
33
from twilio.rest.resources.imports import PROXY_TYPE_HTTP
4-
from twilio.rest.resources.imports import PROXY_TYPE_HTTP_NO_TUNNEL
54
from twilio.rest.resources.imports import PROXY_TYPE_SOCKS4
65
from twilio.rest.resources.imports import PROXY_TYPE_SOCKS5
76

@@ -29,7 +28,6 @@ def set_proxy_info(cls, proxy_host, proxy_port,
2928

3029
_hush_pyflakes = [
3130
socks,
32-
PROXY_TYPE_HTTP_NO_TUNNEL,
3331
PROXY_TYPE_SOCKS4,
3432
PROXY_TYPE_SOCKS5
3533
]

0 commit comments

Comments
 (0)
0