refactor: Refactors repository imports structure (#18901)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
e5bdc1438a
commit
d9aa2b155a
20 changed files with 29 additions and 29 deletions
|
|
@ -7,7 +7,7 @@ from celery import shared_task # type: ignore
|
|||
from sqlalchemy import delete
|
||||
from sqlalchemy.exc import SQLAlchemyError
|
||||
|
||||
from core.repository import RepositoryFactory
|
||||
from core.workflow.repository import RepositoryFactory
|
||||
from extensions.ext_database import db
|
||||
from models.dataset import AppDatasetJoin
|
||||
from models.model import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue