We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4074a commit 4427aa3Copy full SHA for 4427aa3
migrations/env.py
@@ -4,10 +4,11 @@
4
from flask import current_app
5
6
from alembic import context
7
+from alembic.config import Config
8
9
# this is the Alembic Config object, which provides
10
# access to the values within the .ini file in use.
-config: context.Config = context.config
11
+config: Config = context.config
12
13
# Interpret the config file for Python logging.
14
# This line sets up loggers basically.
0 commit comments