Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Oct 11, 2024
1 parent 52f5adf commit 0df7ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trustregistry/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


def check_migrations(
engine: Engine, alembic_cfg: Config # pylint: disable=redefined-outer-name
engine: Engine, alembic_cfg: Config # pylint: disable=redefined-outer-name
) -> bool:
# Check if alembic_version table exists
with engine.connect() as connection:
Expand Down

0 comments on commit 0df7ad6

Please sign in to comment.