Skip to content
Snippets Groups Projects
Verified Commit 6d097127 authored by magicfelix's avatar magicfelix
Browse files

Reformat

parent 5e691110
No related branches found
No related tags found
1 merge request!318Resolve "Accessing the a class register object fails for students"
......@@ -461,7 +461,9 @@ def generate_person_list_with_class_register_statistics(
),
tardiness=Sum("filtered_personal_notes__tardiness"),
tardiness_count=Count(
"filtered_personal_notes", filter=Q(filtered_personal_notes__tardiness__gt=0), distinct=True
"filtered_personal_notes",
filter=Q(filtered_personal_notes__tardiness__gt=0),
distinct=True,
),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment