lint(benchmark): Remove unnecessary pass statement in __main__.py

This commit is contained in:
Reinier van der Leer
2024-02-16 17:27:04 +01:00
parent 992b8874fc
commit 483c01b681

View File

@@ -216,7 +216,6 @@ def config():
@cli.group()
def challenge():
logging.getLogger().setLevel(logging.WARNING)
pass
@challenge.command("list")