Skip to content

Commit

Permalink
fix: Formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke committed Sep 1, 2023
1 parent 3c4e0cb commit 9935fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/benefit/applications/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def pruned_applications_csv_service():
Application.objects.filter(pk__in=[application1.pk, application2.pk]).order_by(
"application_number"
),
True
True,
)


Expand Down

0 comments on commit 9935fa4

Please sign in to comment.