Skip to content

Commit

Permalink
create_client return type reverted to Any
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 17, 2025
1 parent d3110ad commit 65bdceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiobotocore-stubs/session.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AioSession(Session):
aws_secret_access_key: str | None = ...,
aws_session_token: str | None = ...,
config: Config | None = ...,
) -> ClientCreatorContext[AioBaseClient]: ...
) -> ClientCreatorContext[Any]: ...
async def get_credentials(self) -> AioCredentials | None: ... # type: ignore[override]
def set_credentials(
self, access_key: str, secret_key: str, token: Any | None = ...
Expand Down

0 comments on commit 65bdceb

Please sign in to comment.