Skip to content

Commit

Permalink
fix: Fix minor issue of problem admin API
Browse files Browse the repository at this point in the history
  • Loading branch information
pinecone28 committed Feb 17, 2022
1 parent 73180f3 commit 6f75a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/problem/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from django.http import StreamingHttpResponse

from contest.models import Contest, ContestStatus
from course.models import Course
from judge.dispatcher import SPJCompiler
from submission.models import Submission
from utils.api import APIView, CSRFExemptAPIView, validate_serializer, APIError
Expand Down

0 comments on commit 6f75a16

Please sign in to comment.