Skip to content

Commit

Permalink
extra spaces removal
Browse files Browse the repository at this point in the history
  • Loading branch information
paleg committed Dec 17, 2018
1 parent 2f333d3 commit dfef7a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hammer/library/aws/kms.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self, account, key_id, key_arn, tags, key_rotation_enabled):
:param key_id: KMS key id
:param key_arn: KMS key arn
:param key_rotation_enabled: KMS key rotation status is enabled or not
"""
self.account = account
self.id = key_id
Expand Down Expand Up @@ -77,7 +76,7 @@ def check(self, keys_to_check=None):
Put all gathered Keys to `self.keys`.
:param keys_to_check: list with KMS kesy to check, if it is not supplied - all KMS keys must be checked
:return: boolean. True - if check was successful,
False - otherwise
"""
Expand Down

0 comments on commit dfef7a2

Please sign in to comment.