From 258c076eef09486d998b5d917ac19a7b713b074a Mon Sep 17 00:00:00 2001 From: captainkerk Date: Sun, 28 Jan 2018 23:13:56 +0000 Subject: [PATCH] (slow heavy metal music playing) adjust spacing to appease the pep8 gods --- moto/redshift/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moto/redshift/models.py b/moto/redshift/models.py index 5da68fe67..cf639e3df 100644 --- a/moto/redshift/models.py +++ b/moto/redshift/models.py @@ -233,6 +233,7 @@ class Cluster(TaggableResourceMixin, BaseModel): "Tags": self.tags } + class SnapshotCopyGrant(TaggableResourceMixin, BaseModel): resource_type = 'snapshotcopygrant' @@ -248,7 +249,6 @@ class SnapshotCopyGrant(TaggableResourceMixin, BaseModel): } - class SubnetGroup(TaggableResourceMixin, BaseModel): resource_type = 'subnetgroup'