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 2424from aws_advanced_python_wrapper .errors import AwsWrapperError
2525from aws_advanced_python_wrapper .hostinfo import HostInfo
2626from 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
2729from 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"
You can’t perform that action at this time.
0 commit comments