From c86e486c4d787f4fb28213ab28606d77110e6fa2 Mon Sep 17 00:00:00 2001 From: Batuhan Erenler <40266535+batuhanerenler@users.noreply.github.com> Date: Fri, 6 Jan 2023 03:12:55 +0300 Subject: [PATCH] Update env.py --- backend/alembic/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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