Browse Source

Fix spacing

pull/333/head
Clemens Wolff 5 years ago
committed by margaretmeehan
parent
commit
99e3fefb31
1 changed files with 1 additions and 0 deletions
  1. 1
      app/api/views.py

1
app/api/views.py

@ -26,6 +26,7 @@ from .utils import JSONPainter, CSVPainter
IsInProjectReadOnlyOrAdmin = (IsAnnotatorAndReadOnly | IsAnnotationApproverAndReadOnly | IsProjectAdmin)
IsInProjectOrAdmin = (IsAnnotator | IsAnnotationApprover | IsProjectAdmin)
class Me(APIView):
permission_classes = (IsAuthenticated,)

Loading…
Cancel
Save