From f14082e54d74c5ea67a27f8cf4869d16f35a182a Mon Sep 17 00:00:00 2001 From: cl0ete Date: Mon, 14 Oct 2024 10:08:04 +0200 Subject: [PATCH] :art: --- trustregistry/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trustregistry/main.py b/trustregistry/main.py index 11fd4d72b..3bdf6828f 100644 --- a/trustregistry/main.py +++ b/trustregistry/main.py @@ -24,9 +24,7 @@ ROOT_PATH = os.getenv("ROOT_PATH", "") -def check_migrations( - db_engine: Engine, alembic_cfg: Config -) -> bool: +def check_migrations(db_engine: Engine, alembic_cfg: Config) -> bool: # Check if alembic_version table exists with db_engine.connect() as connection: inspector = inspect(connection)