From d93a6fdd090c3343428080b7b8f86e019901c055 Mon Sep 17 00:00:00 2001 From: fheinrich <fheinrich@techfak.uni-bielefeld.de> Date: Thu, 7 Dec 2023 16:30:08 +0100 Subject: [PATCH] Formatting fix? --- overcooked_simulator/pygame_gui/pygame_gui.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overcooked_simulator/pygame_gui/pygame_gui.py b/overcooked_simulator/pygame_gui/pygame_gui.py index 3060f3ff..a708b088 100644 --- a/overcooked_simulator/pygame_gui/pygame_gui.py +++ b/overcooked_simulator/pygame_gui/pygame_gui.py @@ -65,10 +65,10 @@ class PyGameGUI: """Visualisation of the overcooked environment and reading keyboard inputs using pygame.""" def __init__( - self, - simulator: Simulator, - player_names: list[str], - player_keys: list[pygame.key], + self, + simulator: Simulator, + player_names: list[str], + player_keys: list[pygame.key], ): self.screen = None self.FPS = 60 -- GitLab