fix: create api workflow run repository error (#22422)

This commit is contained in:
quicksand 2025-07-15 16:12:02 +08:00 committed by GitHub
parent df89629e04
commit 14f79ee652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,11 +29,12 @@ from sqlalchemy.orm import Session, sessionmaker
from libs.infinite_scroll_pagination import InfiniteScrollPagination
from models.workflow import WorkflowRun
from repositories.api_workflow_run_repository import APIWorkflowRunRepository
logger = logging.getLogger(__name__)
class DifyAPISQLAlchemyWorkflowRunRepository:
class DifyAPISQLAlchemyWorkflowRunRepository(APIWorkflowRunRepository):
"""
SQLAlchemy implementation of APIWorkflowRunRepository.