🔀 refactor(manager.py): update import statement for models in database manager to improve readability and maintainability
This commit is contained in:
parent
4e1fc2202a
commit
9fcc96e767
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from sqlmodel import SQLModel, Session, create_engine
|
|||
from langflow.utils.logger import logger
|
||||
from alembic.config import Config
|
||||
from alembic import command
|
||||
from .models import Flow # noqa: F401
|
||||
from langflow.services.database import models # noqa
|
||||
|
||||
|
||||
class DatabaseManager(Service):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue