Skip to content

Commit 9b78902

Browse files
Format code (#716)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a2848f4 commit 9b78902

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ def arg_parse() -> tuple:
3737
exe = sys.executable or "python"
3838
parser = argparse.ArgumentParser()
3939
parser.add_argument("--port", type=int, default=7865, help="Listen port")
40-
parser.add_argument(
41-
"--pycmd", type=str, default=exe, help="Python command"
42-
)
40+
parser.add_argument("--pycmd", type=str, default=exe, help="Python command")
4341
parser.add_argument("--colab", action="store_true", help="Launch in colab")
4442
parser.add_argument(
4543
"--noparallel", action="store_true", help="Disable parallel processing"

0 commit comments

Comments
 (0)