Skip to content

Commit 04c0b46

Browse files
committed
fix(proxy): remove no proxy
1 parent 5519c49 commit 04c0b46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

volcenginesdkcore/rest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ def __init__(self, configuration, pools_size=4, maxsize=None):
108108
**addition_pool_args
109109
)
110110

111-
self._last_pm_proxy_url = proxy_url
112-
113111
def __get_proxy(self, configuration):
114112
proxy_url = configuration.proxy
115113
if not proxy_url:

0 commit comments

Comments
 (0)