Skip to content

Commit 4427aa3

Browse files
committed
Fix migration error
1 parent 0d4074a commit 4427aa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

migrations/env.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
from flask import current_app
55

66
from alembic import context
7+
from alembic.config import Config
78

89
# this is the Alembic Config object, which provides
910
# access to the values within the .ini file in use.
10-
config: context.Config = context.config
11+
config: Config = context.config
1112

1213
# Interpret the config file for Python logging.
1314
# This line sets up loggers basically.

0 commit comments

Comments
 (0)