Skip to content

Commit 9a3ecdd

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent 1df34ea commit 9a3ecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
run_mypy() {
3434
echo "Running mypy on $1"
35-
mypy -J 4 --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
35+
mypy --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
3636
}
3737

3838
run_mypy vllm_ascend

0 commit comments

Comments
 (0)