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 Dec 23, 2021
1 parent f7af8e6 commit 2ef77bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuro-sdk/src/neuro_sdk/_s3_bucket_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def _refresher() -> Mapping[str, str]:
region_name=initial_credentials.credentials.get("region_name"),
) as client:
# Dirty hack to override ssl context in aiobotocore
# The check exists to make sure that the patch is compatible
# The check exists to make sure that the patch is compatible
# with used aiobotocore version
assert isinstance(
client._endpoint.http_session._session._connector._ssl, ssl.SSLContext
Expand Down

0 comments on commit 2ef77bd

Please sign in to comment.