File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
from aws_advanced_python_wrapper .errors import AwsWrapperError
25
25
from aws_advanced_python_wrapper .hostinfo import HostInfo
26
26
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
27
29
from aws_advanced_python_wrapper .utils .properties import (Properties ,
28
30
WrapperProperties )
29
- from aws_advanced_python_wrapper .utils .iam_utils import IamAuthUtils
30
- from aws_advanced_python_wrapper .utils .dsql_token_utils import DSQLTokenUtils
31
31
32
32
_GENERATED_TOKEN = "generated_token admin"
33
33
_GENERATED_TOKEN_NON_ADMIN = "generated_token non-admin"
You can’t perform that action at this time.
0 commit comments