mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fix property annotation in third_party/2and3/boto/connection.pyi (#2675)
This commit is contained in:
committed by
Sebastian Rittau
parent
b3ced5b8c0
commit
dd2400df6a
2
third_party/2and3/boto/connection.pyi
vendored
2
third_party/2and3/boto/connection.pyi
vendored
@@ -70,7 +70,7 @@ class AWSAuthConnection:
|
||||
@property
|
||||
def aws_access_key_id(self): ...
|
||||
@property
|
||||
def gs_access_key_id(self): ... # type: Any
|
||||
def gs_access_key_id(self) -> Any: ...
|
||||
access_key = ... # type: Any
|
||||
@property
|
||||
def aws_secret_access_key(self): ...
|
||||
|
||||
Reference in New Issue
Block a user