Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent c21fa70 commit 95d934f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_utils_proxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def test_proxy_settings(self):
environ.pop("GEOTRIBU_PROXY_HTTP") # clean up

# not valid URL - just to check the case
environ[
"GEOTRIBU_PROXY_HTTP"
] = "socks5://user:[email protected]:1182"
environ["GEOTRIBU_PROXY_HTTP"] = (
"socks5://user:[email protected]:1182"
)
environ.pop("GEOTRIBU_PROXY_HTTP") # clean up
get_proxy_settings.cache_clear()

Expand Down

0 comments on commit 95d934f

Please sign in to comment.