Skip to content

Commit

Permalink
Remove config defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Nov 3, 2024
1 parent fda07dd commit 79755f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions judge/contest_format/bonuses.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class BonusesContestFormat(DefaultContestFormat):
name = gettext_lazy('Bonuses')

def __init__(self, contest, config):
self.config = self.config_defaults.copy()
self.config.update(config or {})
self.config = config or {}
self.contest = contest

def update_participation(self, participation):
Expand Down

0 comments on commit 79755f5

Please sign in to comment.