Skip to content

Commit

Permalink
Wrap line to comply with CI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agubelu committed May 15, 2024
1 parent f21e70b commit 4089f3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/requests/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def SOCKSProxyManager(*args, **kwargs):
DEFAULT_POOL_TIMEOUT = None

_preloaded_ssl_context = create_urllib3_context()
_preloaded_ssl_context.load_verify_locations(extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH))
_preloaded_ssl_context.load_verify_locations(
extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH)
)


def _urllib3_request_context(
Expand Down

0 comments on commit 4089f3d

Please sign in to comment.