Skip to content

Commit

Permalink
isort formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Redflashx12 committed Nov 4, 2024
1 parent a4475e0 commit 0a33410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evap/staff/tests/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from datetime import timedelta, datetime
from datetime import datetime, timedelta
from io import BytesIO
from itertools import cycle, repeat
from unittest.mock import MagicMock, patch
Expand All @@ -23,9 +23,9 @@
from evap.staff.tools import (
conditional_escape,
merge_users,
remove_inactive_participations,
remove_user_from_represented_and_ccing_users,
user_edit_link,
remove_inactive_participations,
)
from evap.tools import assert_not_none
from tools.enrollment_preprocessor import run_preprocessor
Expand Down

0 comments on commit 0a33410

Please sign in to comment.