aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:10:48 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:10:48 +0100
commit9c8e387d441359bd079d29e92863ce164a8f801d (patch)
tree805846e91cd470889d42f2dc32a1d5a07b0b7166
parent6bb45fb64c76304f42a7cdfcad89477fee3ad947 (diff)
Black formatted the code
-rw-r--r--src/match_up/controller.py4
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