the linter is too linty

This commit is contained in:
rocky4570fft 2017-08-15 00:58:33 +10:00
parent c84e8c86f0
commit 1c1ef9dc25

View File

@ -413,7 +413,6 @@ class Snapshot(BaseModel):
self.tags = tags or []
self.created_at = iso_8601_datetime_with_milliseconds(datetime.datetime.now())
@property
def snapshot_arn(self):
return "arn:aws:rds:{0}:1234567890:snapshot:{1}".format(self.database.region, self.snapshot_id)