-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
integration/types_aiobotocore/s3_example.py:33: error: Argument 3 to "download_fileobj" of "S3Client" has incompatible type "bytes"; expected "IO[Any] | StreamingBody" [arg-type] | ||
integration/types_aiobotocore/s3_example.py:34: error: Argument "IfModifiedSince" to "get_object" of "S3Client" has incompatible type "None"; expected "datetime | str" [arg-type] | ||
integration/types_aiobotocore/s3_example.py:37: error: Unexpected keyword argument "bucket" for "wait" of "BucketExistsWaiter"; did you mean "Bucket"? [call-arg] | ||
integration/types_aiobotocore/s3_example.py:41: error: Value of type "Coroutine[Any, Any, CreateBucketOutputTypeDef]" is not indexable [index] | ||
integration/types_aiobotocore/s3_example.py:41: note: Maybe you forgot to use "await"? | ||
integration/types_aiobotocore/s3_example.py:44: error: Missing named argument "Key" for "get_object" of "S3Client" [call-arg] | ||
integration/types_aiobotocore/s3_example.py:47: error: TypedDict "GetObjectOutputTypeDef" has no key "expiration" [typeddict-item] | ||
integration/types_aiobotocore/s3_example.py:47: note: Did you mean "Expiration"? | ||
integration/types_aiobotocore/s3_example.py:54: error: Missing key "AllowedOrigins" for TypedDict "CORSRuleTypeDef" [typeddict-item] | ||
integration/types_aiobotocore/s3_example.py:54: error: Extra key "Allowedorigins" for TypedDict "CORSRuleTypeDef" [typeddict-unknown-key] | ||
integration/types_aiobotocore/s3_example.py:61: error: Argument "Key" to "get_object" of "S3Client" has incompatible type "None"; expected "str" [arg-type] | ||
integration/types_aiobotocore/s3_example.py:63: error: "ClientError" has no attribute "operations_name"; maybe "operation_name"? [attr-defined] | ||
integration/types_aiobotocore/s3_example.py:67: error: "AsyncIterator[bytes]" has no attribute "__iter__"; maybe "__aiter__"? (not iterable) [attr-defined] | ||
integration/types_aiobotocore/s3_example.py:31: error: Argument 3 to "download_fileobj" of "S3Client" has incompatible type "bytes"; expected "IO[Any] | StreamingBody" [arg-type] | ||
integration/types_aiobotocore/s3_example.py:32: error: Argument "IfModifiedSince" to "get_object" of "S3Client" has incompatible type "None"; expected "datetime | str" [arg-type] | ||
integration/types_aiobotocore/s3_example.py:35: error: Unexpected keyword argument "bucket" for "wait" of "BucketExistsWaiter"; did you mean "Bucket"? [call-arg] | ||
integration/types_aiobotocore/s3_example.py:39: error: Value of type "Coroutine[Any, Any, CreateBucketOutputTypeDef]" is not indexable [index] | ||
integration/types_aiobotocore/s3_example.py:39: note: Maybe you forgot to use "await"? | ||
integration/types_aiobotocore/s3_example.py:42: error: Missing named argument "Key" for "get_object" of "S3Client" [call-arg] | ||
integration/types_aiobotocore/s3_example.py:45: error: TypedDict "GetObjectOutputTypeDef" has no key "expiration" [typeddict-item] | ||
integration/types_aiobotocore/s3_example.py:45: note: Did you mean "Expiration"? | ||
integration/types_aiobotocore/s3_example.py:52: error: Missing key "AllowedOrigins" for TypedDict "CORSRuleTypeDef" [typeddict-item] | ||
integration/types_aiobotocore/s3_example.py:52: error: Extra key "Allowedorigins" for TypedDict "CORSRuleTypeDef" [typeddict-unknown-key] | ||
integration/types_aiobotocore/s3_example.py:59: error: Argument "Key" to "get_object" of "S3Client" has incompatible type "None"; expected "str" [arg-type] | ||
integration/types_aiobotocore/s3_example.py:61: error: "ClientError" has no attribute "operations_name"; maybe "operation_name"? [attr-defined] | ||
integration/types_aiobotocore/s3_example.py:65: error: "AsyncIterator[bytes]" has no attribute "__iter__"; maybe "__aiter__"? (not iterable) [attr-defined] | ||
Found 11 errors in 1 file (checked 1 source file) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters