Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod committed Jul 7, 2023
1 parent d68d9e1 commit 1cb5f52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aiobotocore/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,10 @@ async def _create_client(self):
)


class AioAssumeRoleWithWebIdentityCredentialFetcher(AioBaseAssumeRoleCredentialFetcher):
# black: # fmt: skip (ing) this line triggers internal black error
class AioAssumeRoleWithWebIdentityCredentialFetcher(
AioBaseAssumeRoleCredentialFetcher
):
def __init__(
self,
client_creator,
Expand Down

0 comments on commit 1cb5f52

Please sign in to comment.