Skip to content

Commit ee754c8

Browse files
committed
Fix style error
1 parent 2194083 commit ee754c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

smartsim/_core/_cli/build.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,7 @@ def configure_parser(parser: argparse.ArgumentParser) -> None:
370370
help="Do not compile RedisAI and the backends",
371371
)
372372
parser.add_argument(
373-
"--skip-database",
374-
action="store_true",
375-
help="Do not build the database"
373+
"--skip-database", action="store_true", help="Do not build the database"
376374
)
377375
parser.add_argument(
378376
"--skip-torch",

0 commit comments

Comments
 (0)