mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-04 17:20:19 +08:00
Update env.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user