Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
magnified103 committed Oct 10, 2024
1 parent 6c0fe79 commit 79489c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions judge/admin/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ def construct_change_message(self, request, form, *args, **kwargs):
return super(ProblemAdmin, self).construct_change_message(request, form, *args, **kwargs)


class ProblemExportKeyForm(ModelForm):
pass


class ProblemExportKeyAdmin(VersionAdmin):
fieldsets = (
(None, {'fields': ('name', 'remaining_uses')}),
Expand Down

0 comments on commit 79489c2

Please sign in to comment.