Skip to content

Commit

Permalink
fix: DEV-2737: Fix auto-generated api/tasks doc (HumanSignal#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
triklozoid authored Jun 29, 2022
1 parent 1da2f25 commit 916efd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions label_studio/data_manager/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ def get_paginated_response(self, data):
)


@method_decorator(name='get', decorator=swagger_auto_schema(auto_schema=None))
@method_decorator(name='post', decorator=swagger_auto_schema(auto_schema=None))
class TaskListAPI(generics.ListCreateAPIView):
task_serializer_class = DataManagerTaskSerializer
permission_required = ViewClassPermission(
Expand Down

0 comments on commit 916efd8

Please sign in to comment.