diff --git a/backend/alembic/env.py b/backend/alembic/env.py index 363587b0..8bd4fc72 100644 --- a/backend/alembic/env.py +++ b/backend/alembic/env.py @@ -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