diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:10:48 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:10:48 +0100 |
| commit | 9c8e387d441359bd079d29e92863ce164a8f801d (patch) | |
| tree | 805846e91cd470889d42f2dc32a1d5a07b0b7166 /src | |
| parent | 6bb45fb64c76304f42a7cdfcad89477fee3ad947 (diff) | |
Black formatted the code
Diffstat (limited to 'src')
| -rw-r--r-- | src/match_up/controller.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match_up/controller.py b/src/match_up/controller.py index 8e89ffd..0e08cae 100644 --- a/src/match_up/controller.py +++ b/src/match_up/controller.py @@ -69,9 +69,9 @@ class RoundGenerator: self.players.increment_game_count(identifiers) self.round += 1 return self.clear() - + def reset(self): self.round = 0 self.games = _create_placeholders(self.courts.get_courts(), "---") self.players.reset_game_count() - return self.games + return self.games |
