[Refactor] Refactor import utils (#20269)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2025-07-01 21:05:42 -04:00
committed by GitHub
parent 9290de5667
commit e81fbefe8a
4 changed files with 10 additions and 11 deletions

View File

@ -76,7 +76,7 @@ line-length = 80
"vllm/spec_decode/**/*.py" = ["UP006", "UP035"]
"vllm/worker/**/*.py" = ["UP006", "UP035"]
# Python 3.8 typing - skip utils for ROCm
"vllm/utils.py" = ["UP006", "UP035"]
"vllm/utils/__init__.py" = ["UP006", "UP035"]
[tool.ruff.lint]
select = [