-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Describe the bug
aioboto3 Session.get_credentials actually returns a coroutine
>>> import aioboto3
>>> aioboto3.Session()
Session(region_name='us-east-1')
>>> aioboto3.Session().get_credentials()
<coroutine object AioSession.get_credentials at ...>
>>>
but types-aioboto3 even latest types it as a def instead of async def

Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working