Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 24, 2024
1 parent f5d5b29 commit 3059cf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contest/quiz/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def contest_submit(request: AuthenticatedHttpRequest) -> HttpResponse:
cached_answers = cache.get(cache_key, {})

if cached_answers is not None:

for question_id, choice_id in cached_answers.items():
# Filter out tokens
if not question_id.startswith("question-"):
Expand Down

0 comments on commit 3059cf4

Please sign in to comment.