fixing whitespace on AWS managed policies
This commit is contained in:
parent
8f2f7fa20d
commit
b840cb7455
@ -101,12 +101,14 @@ class AWSManagedPolicy(ManagedPolicy):
|
|||||||
path=data.get('Path'),
|
path=data.get('Path'),
|
||||||
document=data.get('Document'))
|
document=data.get('Document'))
|
||||||
|
|
||||||
|
|
||||||
# AWS defines some of its own managed policies and we periodically
|
# AWS defines some of its own managed policies and we periodically
|
||||||
# import them via `make aws_managed_policies`
|
# import them via `make aws_managed_policies`
|
||||||
aws_managed_policies = [
|
aws_managed_policies = [
|
||||||
AWSManagedPolicy.from_data(name, d) for name, d
|
AWSManagedPolicy.from_data(name, d) for name, d
|
||||||
in json.loads(aws_managed_policies_data).items()]
|
in json.loads(aws_managed_policies_data).items()]
|
||||||
|
|
||||||
|
|
||||||
class InlinePolicy(Policy):
|
class InlinePolicy(Policy):
|
||||||
"""TODO: is this needed?"""
|
"""TODO: is this needed?"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user