Skip to content

Commit 383c301

Browse files
committed
refactor(download): drop unnecessary proxy settings slots
1 parent e4c517d commit 383c301

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/manage/urlutils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def winhttp_urlunsplit(*a):
6666

6767

6868
class _ProxySettings:
69-
__slots__ = ("mode", "proxy_list", "powershell_proxy", "username", "password")
70-
7169
def __init__(
7270
self,
7371
mode=PROXY_MODE_AUTO,

0 commit comments

Comments
 (0)