From 1c1ef9dc25afec99452c8e63f7df2e97d9a85810 Mon Sep 17 00:00:00 2001 From: rocky4570fft Date: Tue, 15 Aug 2017 00:58:33 +1000 Subject: [PATCH] the linter is too linty --- moto/rds2/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moto/rds2/models.py b/moto/rds2/models.py index d52cb916d..bb66ead57 100644 --- a/moto/rds2/models.py +++ b/moto/rds2/models.py @@ -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)