Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
fekoch committed Nov 25, 2024
1 parent a0b4b60 commit 5a312ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion evap/evaluation/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import secrets
import uuid
from argparse import ArgumentError
from collections import defaultdict
from collections.abc import Collection, Container, Iterable, Sequence
from dataclasses import dataclass
Expand Down
1 change: 0 additions & 1 deletion evap/evaluation/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
WebTest,
WebTestWith200Check,
create_evaluation_with_responsible_and_editor,
let_user_vote_for_evaluation,
make_manager,
store_ts_test_asset,
)
Expand Down
2 changes: 1 addition & 1 deletion evap/student/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
urlpatterns = [
path("", views.index, name="index"),
path("vote/<int:evaluation_id>", views.vote, name="vote"),
path("drop/<int:evaluation_id>", views.vote, {"do_dropout":True}, name="drop",),
path("drop/<int:evaluation_id>", views.vote, {"do_dropout":True}, name="drop"),
]

0 comments on commit 5a312ec

Please sign in to comment.