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

pull/6857/head
Reinier van der Leer 2024-02-16 17:27:04 +01:00
parent 992b8874fc
commit 483c01b681
No known key found for this signature in database
GPG Key ID: CDC1180FDAE06193
1 changed files with 0 additions and 1 deletions

View File

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