Skip to content

Commit 2f6571f

Browse files
CarltonXiangharvey_xiang
andauthored
fix: format error (#510)
Co-authored-by: harvey_xiang <[email protected]>
1 parent f9428a7 commit 2f6571f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memos/api/routers/server_router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def add_memories(add_req: APIADDRequest):
9898
# Scheduler API Endpoints
9999
# =============================================================================
100100

101+
101102
@router.get("/scheduler/status", summary="Get scheduler running status")
102103
def scheduler_status(user_name: str | None = None):
103104
"""Get scheduler running status."""

0 commit comments

Comments
 (0)