Skip to content

Commit 1a103e9

Browse files
committed
mypy fix
1 parent adfe436 commit 1a103e9

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
@@ -94,7 +94,7 @@ async def create(
9494
# don't need them, improving performance.
9595
# See: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3.html#calculating-checksums
9696
signature_version="s3v4",
97-
request_checksum_calculation="when_required", # type: ignore[call-arg]
97+
request_checksum_calculation="when_required",
9898
)
9999
session_client = session.client( # type: ignore[call-overload]
100100
"s3",

0 commit comments

Comments
 (0)