Skip to content

Commit f081739

Browse files
committed
sorting imports - isort
1 parent b7338fa commit f081739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_iam_dsql_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
from aws_advanced_python_wrapper.errors import AwsWrapperError
2525
from aws_advanced_python_wrapper.hostinfo import HostInfo
2626
from aws_advanced_python_wrapper.iam_plugin import IamAuthPlugin, TokenInfo
27+
from aws_advanced_python_wrapper.utils.dsql_token_utils import DSQLTokenUtils
28+
from aws_advanced_python_wrapper.utils.iam_utils import IamAuthUtils
2729
from aws_advanced_python_wrapper.utils.properties import (Properties,
2830
WrapperProperties)
29-
from aws_advanced_python_wrapper.utils.iam_utils import IamAuthUtils
30-
from aws_advanced_python_wrapper.utils.dsql_token_utils import DSQLTokenUtils
3131

3232
_GENERATED_TOKEN = "generated_token admin"
3333
_GENERATED_TOKEN_NON_ADMIN = "generated_token non-admin"

0 commit comments

Comments
 (0)