Skip to content

Commit df9ea9d

Browse files
fixed pylint issue
1 parent 7f1e234 commit df9ea9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/v4/api/router.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ async def plan_approval(
500500
# Don't let WebSocket send failure break the HTTP response
501501
logging.warning(f"Failed to send WebSocket error: {ws_error}")
502502
raise HTTPException(status_code=500, detail="Internal server error")
503-
503+
504504
return None
505505

506506

@@ -640,7 +640,7 @@ async def user_clarification(
640640
raise HTTPException(
641641
status_code=404, detail="No active plan found for clarification"
642642
)
643-
643+
644644
return None
645645

646646

0 commit comments

Comments
 (0)