From fc15d1095e2e793d7dff976d441097c3360fd033 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 2c3241ac..834a9f4e 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 """