From 71ff729b4d42a28d300c62ac4b436d8143e6a8cc Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 12 Nov 2021 14:20:51 +0100 Subject: Remove trailing newlines and add blank lines were needed Signed-off-by: Olivier Gayot --- cameltris/controller.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cameltris/controller.py') diff --git a/cameltris/controller.py b/cameltris/controller.py index 86f5bcb..a1abf05 100644 --- a/cameltris/controller.py +++ b/cameltris/controller.py @@ -56,7 +56,6 @@ class JoystickController(Controller): def is_pressed(self, input_: Input): return self.joystick.get_button(self.mapping[input_].value) - def get_input_down(self, event): for key, value in self.mapping.items(): if value.value == event.button: -- cgit v1.2.3