Skip to content

Commit 2313564

Browse files
author
Andrei Neagu
committed
ignore type
1 parent ec0cbac commit 2313564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-library/src/aws_library/s3/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def create(
7171
cls, settings: S3Settings, s3_max_concurrency: int = _S3_MAX_CONCURRENCY_DEFAULT
7272
) -> "SimcoreS3API":
7373
session = aioboto3.Session()
74-
session_client = session.client(
74+
session_client = session.client( # type: ignore[call-overload]
7575
"s3",
7676
endpoint_url=f"{settings.S3_ENDPOINT}",
7777
aws_access_key_id=settings.S3_ACCESS_KEY,

0 commit comments

Comments
 (0)