Skip to content

Commit

Permalink
remove ignore because mypy became smarter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus committed Oct 28, 2024
1 parent 16e3362 commit 6d7970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/staff/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ def evaluation_person_management(request, evaluation_id: int):
save_import_file(excel_file, request.user.id, import_type)
else:
successfully_processed = import_or_copy_participants(
request, "-replace-" in operation, import_action, import_type, evaluation, copy_form # type: ignore[arg-type] # fixed at mypy master with https://www.github.com/python/mypy/pull/17427
request, "-replace-" in operation, import_action, import_type, evaluation, copy_form
)
if successfully_processed:
return redirect("staff:semester_view", evaluation.course.semester.pk)
Expand Down

0 comments on commit 6d7970e

Please sign in to comment.