Update env.py

This commit is contained in:
Batuhan Erenler
2023-01-06 03:12:55 +03:00
committed by GitHub
parent cc82db81f2
commit c86e486c4d
+1 -1
View File
@@ -1,7 +1,7 @@
import logging
from alembic import context
from oasst_backend import models # noqa: F401
from sqlalchemy import engine_from_config, pool
from sqlalchemy import (engine_from_config,pool)
# Read in the Alembic config file.
config = context.config