From dcecde8d2bb72dbd1b73a9f7d83a1739b01cd895 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 6 Mar 2026 17:22:09 +0100 Subject: [PATCH] fix: remove duplicate comma in tool_schemas.py (SyntaxError) --- python/schemas/tool_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/schemas/tool_schemas.py b/python/schemas/tool_schemas.py index 33ba780..f827e2d 100644 --- a/python/schemas/tool_schemas.py +++ b/python/schemas/tool_schemas.py @@ -1576,7 +1576,7 @@ SCHEMATIC_TOOLS = [ } }, { - "name": "generate_netlist",, + "name": "generate_netlist", "title": "Generate Netlist", "description": "Generates a netlist from the schematic showing all components and their net connections.", "inputSchema": {