Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 21, 2024
1 parent b634db6 commit 150dd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/serializers/project_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def to_representation(self, instance: Project):
non_empty_groups = groups_submitted

extra_checks_count = instance.extra_checks.count()

if extra_checks_count:
passed_extra_checks_submission_ids = ExtraCheckResult.objects.filter(
submission__group__project=instance,
Expand Down

0 comments on commit 150dd5f

Please sign in to comment.