From 9b789025d1b51143fb8f697d5c461c9b668bbbd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:59:25 +0800 Subject: [PATCH] Format code (#716) Co-authored-by: github-actions[bot] --- config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.py b/config.py index f237d51..c43f079 100644 --- a/config.py +++ b/config.py @@ -37,9 +37,7 @@ class Config: exe = sys.executable or "python" parser = argparse.ArgumentParser() parser.add_argument("--port", type=int, default=7865, help="Listen port") - parser.add_argument( - "--pycmd", type=str, default=exe, help="Python command" - ) + parser.add_argument("--pycmd", type=str, default=exe, help="Python command") parser.add_argument("--colab", action="store_true", help="Launch in colab") parser.add_argument( "--noparallel", action="store_true", help="Disable parallel processing"