From 6190a156f47cb00e47e9ad01fcb8d66620532d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 4 Jul 2023 22:19:13 +0200 Subject: [PATCH] reformat file --- hanabi/hanabi_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hanabi/hanabi_cli.py b/hanabi/hanabi_cli.py index 6ba6087..513f590 100755 --- a/hanabi/hanabi_cli.py +++ b/hanabi/hanabi_cli.py @@ -66,6 +66,7 @@ def main_parser() -> argparse.ArgumentParser: return parser + def hanabi_cli(): args = main_parser().parse_args() switcher = { @@ -80,4 +81,4 @@ def hanabi_cli(): if __name__ == "__main__": - hanabi_cli() \ No newline at end of file + hanabi_cli()