Skip to content

Commit

Permalink
Odstrenena nepouzita konstanta
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Apr 13, 2024
1 parent a5d3a20 commit c952e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion competition/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ class ProblemViewSet(ModelViewSetWithSerializerContext):
queryset = Problem.objects.all()
serializer_class = ProblemSerializer
permission_classes = (ProblemPermission,)
MAX_SUBMITTED_SOLUTIONS = 10

def perform_create(self, serializer):
"""
Expand Down

0 comments on commit c952e7a

Please sign in to comment.