Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Oct 14, 2024
1 parent 0c550be commit f14082e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trustregistry/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f14082e

Please sign in to comment.