Skip to content

Commit

Permalink
Fix migration error
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed Jan 15, 2025
1 parent 0d4074a commit 4427aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
from flask import current_app

from alembic import context
from alembic.config import Config

# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
config: context.Config = context.config
config: Config = context.config

# Interpret the config file for Python logging.
# This line sets up loggers basically.
Expand Down

0 comments on commit 4427aa3

Please sign in to comment.