Skip to content

Commit 964d544

Browse files
author
Obada Haddad
committed
flake8 fixes
1 parent 53864e0 commit 964d544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/api/views/submissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def update_fact_sheet(self, request, pk):
560560
# Use Queryset to update Submissions
561561
Submission.objects.filter(Q(parent=top_level_submission) | Q(id=top_level_submission.id)).update(fact_sheet_answers=request_data)
562562
return Response({})
563-
563+
564564
def paginate_queryset(self, queryset):
565565
'''
566566
This Méthode is added to override pagination when trying to download the Sub CSV

0 commit comments

Comments
 (0)