From eaa448208873effe18695b82344dce0ffb500943 Mon Sep 17 00:00:00 2001 From: Daniil Solynin Date: Sat, 14 Oct 2023 10:22:02 +0300 Subject: [PATCH] fix mypy --- src/infrastructure/db/migrations/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/db/migrations/env.py b/src/infrastructure/db/migrations/env.py index 7ff7e05..c8f2186 100644 --- a/src/infrastructure/db/migrations/env.py +++ b/src/infrastructure/db/migrations/env.py @@ -5,7 +5,7 @@ from alembic import context -from src.infrastructure.db.tables import meta +from src.infrastructure.db.tables.base import meta # this is the Alembic Config object, which provides # access to the values within the .ini file in use.