fix create a comment

This commit is contained in:
2024-06-30 09:03:54 +08:00
parent 88a322b248
commit ee9f4f356f
3 changed files with 19 additions and 18 deletions

View File

@@ -10,7 +10,6 @@ from ..serializers import (
ProblemListSerializer,
)
from contest.models import ContestRuleType
from submission.models import JudgeStatus
class ProblemTagAPI(APIView):