Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 4, 2024
1 parent ade61a7 commit 0654ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluid/scheduler/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async def get_task_status(task_manager: TaskManagerDep) -> dict:
return await task_manager.status()
return {}


@router.post(
"/tasks",
response_model=TaskRun,
Expand Down

0 comments on commit 0654ef6

Please sign in to comment.