Skip to content

Commit d686bc3

Browse files
committed
feat: refactor pylint handling and update endpoint for workspace tool
1 parent e525f77 commit d686bc3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/tools/api/tool.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,7 @@ def get_parameters():
230230
location='path',
231231
required=True,
232232
),
233-
OpenApiParameter(
234-
name="tool_id",
235-
description="工具id",
236-
type=OpenApiTypes.STR,
237-
location='path',
238-
required=True,
239-
)
233+
240234
]
241235

242236
@staticmethod

0 commit comments

Comments
 (0)