the linter is too linty
This commit is contained in:
parent
c84e8c86f0
commit
1c1ef9dc25
@ -413,7 +413,6 @@ class Snapshot(BaseModel):
|
|||||||
self.tags = tags or []
|
self.tags = tags or []
|
||||||
self.created_at = iso_8601_datetime_with_milliseconds(datetime.datetime.now())
|
self.created_at = iso_8601_datetime_with_milliseconds(datetime.datetime.now())
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def snapshot_arn(self):
|
def snapshot_arn(self):
|
||||||
return "arn:aws:rds:{0}:1234567890:snapshot:{1}".format(self.database.region, self.snapshot_id)
|
return "arn:aws:rds:{0}:1234567890:snapshot:{1}".format(self.database.region, self.snapshot_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user