(slow heavy metal music playing) adjust spacing to appease the pep8 gods

This commit is contained in:
captainkerk 2018-01-28 23:13:56 +00:00
parent 4d77aef7e5
commit 258c076eef

View File

@ -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'