Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Code style (Black)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
  • Loading branch information
reivilibre committed Aug 27, 2019
1 parent 62a1639 commit d1e0b91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synapse/storage/prepare_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ def _upgrade_existing_database(
else:
specific_engine_extension = ".sqlite"

specific_engine_extensions = (
".sqlite", ".postgres"
)
specific_engine_extensions = (".sqlite", ".postgres")

for v in range(start_ver, SCHEMA_VERSION + 1):
logger.info("Upgrading schema to v%d", v)
Expand Down

0 comments on commit d1e0b91

Please sign in to comment.