diff --git a/application/api/user/routes.py b/application/api/user/routes.py index 05248f97..27e056b5 100644 --- a/application/api/user/routes.py +++ b/application/api/user/routes.py @@ -1863,7 +1863,6 @@ class CreateTool(Resource): ), }, ) - ) @api.doc(description="Create a new tool") def post(self): data = request.get_json() @@ -1995,7 +1994,6 @@ class UpdateToolActions(Resource): ), }, ) - ) @api.doc(description="Update the actions of a tool") def post(self): data = request.get_json()