Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Nov 3, 2024
1 parent bb419f9 commit bc2201f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aocd/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class HttpClient:
req_count: dict[t.Literal["GET", "POST"], int]

def __init__(self) -> None:

proxy_url = os.environ.get('http_proxy') or os.environ.get('https_proxy')
if proxy_url:
self.pool_manager = urllib3.ProxyManager(proxy_url, headers={"User-Agent": USER_AGENT})
Expand Down

0 comments on commit bc2201f

Please sign in to comment.