Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Redflashx12 committed Nov 4, 2024
1 parent 937acad commit 7852f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/staff/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def remove_inactive_participations(user, test_run=False):
)
else:
for evaluation in evaluations:
evaluation.participants.remove(user)
evaluation.participants.remove(user)
remove_messages.append(
_("Removed {} from {} participation(s) due to inactivity.").format(user.full_name, len(evaluations))
)
Expand Down

0 comments on commit 7852f2e

Please sign in to comment.