From 4d2f93fa46adc037f1237ebd35e3faafb4a7759a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 13 May 2022 16:08:32 +0200 Subject: Python + Go: Run formatter --- wrappers/python/src/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wrappers/python/src/main.py') diff --git a/wrappers/python/src/main.py b/wrappers/python/src/main.py index dd8f36a..47e2893 100644 --- a/wrappers/python/src/main.py +++ b/wrappers/python/src/main.py @@ -22,7 +22,9 @@ class EventHandler(object): return wrapped_f - def run_state(self, state: str, other_state: str, state_type: StateType, data: str) -> None: + def run_state( + self, state: str, other_state: str, state_type: StateType, data: str + ) -> None: if (state, state_type) not in self.handlers: return for func in self.handlers[(state, state_type)]: -- cgit v1.2.3