From d686bc36252db4a75d2a5794f0998f560b4ee3c1 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 4 Jun 2025 11:09:58 +0800 Subject: [PATCH] feat: refactor pylint handling and update endpoint for workspace tool --- apps/tools/api/tool.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/tools/api/tool.py b/apps/tools/api/tool.py index 79b1425cf..f7dbd1ca2 100644 --- a/apps/tools/api/tool.py +++ b/apps/tools/api/tool.py @@ -230,13 +230,7 @@ class PylintAPI(APIMixin): location='path', required=True, ), - OpenApiParameter( - name="tool_id", - description="工具id", - type=OpenApiTypes.STR, - location='path', - required=True, - ) + ] @staticmethod