formatting fix for E111 indentation is not a multiple of four

This commit is contained in:
Jon Beilke 2018-09-21 13:33:10 -05:00
parent 7daee905a5
commit 245e3a5f71

View File

@ -712,7 +712,7 @@ class RDS2Backend(BaseBackend):
if len(self.snapshots) >= int(os.environ.get('MOTO_RDS_SNAPSHOT_LIMIT', '100')):
raise SnapshotQuotaExceededError()
if tags is None:
tags = list()
tags = list()
if database.copy_tags_to_snapshot and not tags:
tags = database.get_tags()
snapshot = Snapshot(database, db_snapshot_identifier, tags)