Skip to content

Commit bc2201f

Browse files
committed
whitespace
1 parent bb419f9 commit bc2201f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aocd/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class HttpClient:
4747
req_count: dict[t.Literal["GET", "POST"], int]
4848

4949
def __init__(self) -> None:
50-
5150
proxy_url = os.environ.get('http_proxy') or os.environ.get('https_proxy')
5251
if proxy_url:
5352
self.pool_manager = urllib3.ProxyManager(proxy_url, headers={"User-Agent": USER_AGENT})

0 commit comments

Comments
 (0)