Skip to content

Commit 99e3fef

Browse files
c-wmargaretmeehan
authored andcommitted
Fix spacing
1 parent 17c60fc commit 99e3fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
IsInProjectReadOnlyOrAdmin = (IsAnnotatorAndReadOnly | IsAnnotationApproverAndReadOnly | IsProjectAdmin)
2727
IsInProjectOrAdmin = (IsAnnotator | IsAnnotationApprover | IsProjectAdmin)
2828

29+
2930
class Me(APIView):
3031
permission_classes = (IsAuthenticated,)
3132

0 commit comments

Comments
 (0)