Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 3d9bb51

Browse files
committed
format
1 parent 167f66b commit 3d9bb51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

localstack-core/localstack/services/kms/provider.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
SignRequest,
108108
SignResponse,
109109
Tag,
110+
TagKeyList,
110111
TagList,
111112
TagResourceRequest,
112113
UnsupportedOperationException,
@@ -117,7 +118,7 @@
117118
VerifyMacResponse,
118119
VerifyRequest,
119120
VerifyResponse,
120-
WrappingKeySpec, TagKeyList,
121+
WrappingKeySpec,
121122
)
122123
from localstack.services.kms.exceptions import ValidationException
123124
from localstack.services.kms.models import (

0 commit comments

Comments
 (0)