From 632a5769b02840250a50c1d3999dd9d4fbbb73b9 Mon Sep 17 00:00:00 2001 From: George Antonopoulos Date: Wed, 27 Aug 2025 13:14:02 +0100 Subject: [PATCH] Cleanup: remove stray ellipsis in update_todo exception handler --- basecamp_fastmcp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/basecamp_fastmcp.py b/basecamp_fastmcp.py index 652cf88..9db0948 100644 --- a/basecamp_fastmcp.py +++ b/basecamp_fastmcp.py @@ -362,8 +362,6 @@ async def update_todo(project_id: str, todo_id: str, "message": "Todo updated successfully" } except Exception as e: - # existing exception handling… - ... logger.error(f"Error updating todo: {e}") if "401" in str(e) and "expired" in str(e).lower(): return {