Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Dec 27, 2023
1 parent 523297e commit 743024e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pycfmodel/model/resources/kms_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class KMSKeyProperties(CustomModel):
More info at [AWS Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html)
"""

BypassPolicyLockoutSafetyCheck: Optional[ResolvableBool] = None
Description: Optional[ResolvableStr] = None
Enabled: Optional[ResolvableBool] = None
Expand Down
1 change: 0 additions & 1 deletion tests/resources/test_kms_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@ def test_kms_policy_documents(kms_key):
),
)
]

0 comments on commit 743024e

Please sign in to comment.