Skip to content

Commit 65f356a

Browse files
committed
fix format
1 parent 4e05e6f commit 65f356a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def _pull_args_from_config(args: List[str]) -> List[str]:
12051205
# followed by config args
12061206
# followed by rest of cli args.
12071207
# maintaining this order will enforce the precedence
1208-
# of cli > config > defaults
1208+
# of cli > config > defaults
12091209
args = [args[0]] + [args[1]] + config_args + \
12101210
args[2:index] + args[index+2:]
12111211

0 commit comments

Comments
 (0)