소스 검색

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

tags/1.7.0
quicksand 3 달 전
부모
커밋
14f79ee652
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      api/repositories/sqlalchemy_api_workflow_run_repository.py

+ 2
- 1
api/repositories/sqlalchemy_api_workflow_run_repository.py 파일 보기

@@ -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.


Loading…
취소
저장