From dfef7a2b24bb52b3109408c2731babffd3df48ec Mon Sep 17 00:00:00 2001 From: Oleh Palii Date: Mon, 17 Dec 2018 15:11:52 +0200 Subject: [PATCH] extra spaces removal --- hammer/library/aws/kms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hammer/library/aws/kms.py b/hammer/library/aws/kms.py index 79407342..ddc4a59f 100644 --- a/hammer/library/aws/kms.py +++ b/hammer/library/aws/kms.py @@ -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 @@ -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 """