Skip to content

Commit 6206a7e

Browse files
authored
Internal: remove useless variable in commands.py (#491)
1 parent eba0edd commit 6206a7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/aleph/commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ async def main(args: List[str]) -> None:
120120
setup_sentry(config)
121121
LOGGER.info("Sentry enabled")
122122

123-
config_values = config.dump_values()
124-
125123
LOGGER.info("Initializing database...")
126124
with sentry_sdk.start_transaction(name="run-migrations"):
127125
run_db_migrations(config)

0 commit comments

Comments
 (0)