Skip to content

Commit

Permalink
Make the import line fit the limit
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Oct 9, 2024
1 parent 6fda41a commit 91fdc91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/awx_plugins/credentials/aws_assumerole.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

if typing.TYPE_CHECKING:
from mypy_boto3_sts.client import STSClient
from mypy_boto3_sts.type_defs import AssumeRoleResponseTypeDef, CredentialsTypeDef
from mypy_boto3_sts.type_defs import (
AssumeRoleResponseTypeDef,
CredentialsTypeDef,
)

from .plugin import CredentialPlugin

Expand Down

0 comments on commit 91fdc91

Please sign in to comment.