We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315ee4b commit 93daee5Copy full SHA for 93daee5
apps/tools/serializers/tool.py
@@ -347,7 +347,6 @@ def export(self):
347
return result.error(str(e), response_status=status.HTTP_500_INTERNAL_SERVER_ERROR)
348
349
class Pylint(serializers.Serializer):
350
- workspace_id = serializers.CharField(required=True, label=_('workspace id'))
351
352
def run(self, instance, is_valid=True):
353
if is_valid:
0 commit comments