(slow heavy metal music playing) adjust spacing to appease the pep8 gods
This commit is contained in:
parent
4d77aef7e5
commit
258c076eef
@ -233,6 +233,7 @@ class Cluster(TaggableResourceMixin, BaseModel):
|
|||||||
"Tags": self.tags
|
"Tags": self.tags
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class SnapshotCopyGrant(TaggableResourceMixin, BaseModel):
|
class SnapshotCopyGrant(TaggableResourceMixin, BaseModel):
|
||||||
|
|
||||||
resource_type = 'snapshotcopygrant'
|
resource_type = 'snapshotcopygrant'
|
||||||
@ -248,7 +249,6 @@ class SnapshotCopyGrant(TaggableResourceMixin, BaseModel):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class SubnetGroup(TaggableResourceMixin, BaseModel):
|
class SubnetGroup(TaggableResourceMixin, BaseModel):
|
||||||
|
|
||||||
resource_type = 'subnetgroup'
|
resource_type = 'subnetgroup'
|
||||||
|
Loading…
Reference in New Issue
Block a user