Skip to content

Commit fc15d10

Browse files
committed
extra spaces removal
1 parent 45a2eea commit fc15d10

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hammer/library/aws/kms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def __init__(self, account, key_id, key_arn, tags, key_rotation_enabled):
3131
:param key_id: KMS key id
3232
:param key_arn: KMS key arn
3333
:param key_rotation_enabled: KMS key rotation status is enabled or not
34-
3534
"""
3635
self.account = account
3736
self.id = key_id
@@ -77,7 +76,7 @@ def check(self, keys_to_check=None):
7776
Put all gathered Keys to `self.keys`.
7877
7978
:param keys_to_check: list with KMS kesy to check, if it is not supplied - all KMS keys must be checked
80-
79+
8180
:return: boolean. True - if check was successful,
8281
False - otherwise
8382
"""

0 commit comments

Comments
 (0)