lint(benchmark): Remove unnecessary `pass` statement in __main__.py
parent
992b8874fc
commit
483c01b681
|
@ -216,7 +216,6 @@ def config():
|
|||
@cli.group()
|
||||
def challenge():
|
||||
logging.getLogger().setLevel(logging.WARNING)
|
||||
pass
|
||||
|
||||
|
||||
@challenge.command("list")
|
||||
|
|
Loading…
Reference in New Issue