Commit 93180118 authored by lintangsutawika's avatar lintangsutawika
Browse files

pre-commit format

parent 4288792e
......@@ -165,7 +165,9 @@ def cli_evaluate(args: Union[argparse.Namespace, None] = None) -> None:
if args.tasks is None:
eval_logger.error("Need to specify task to evaluate.")
import sys; sys.exit()
import sys
sys.exit()
elif args.tasks == "list":
eval_logger.info(
"Available Tasks:\n - {}".format("\n - ".join(sorted(ALL_TASKS.keys())))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment