You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix]: Resolve import ordering issues flagged by ruff
Fixed import ordering in three files to comply with ruff's isort rules:
- vllm/entrypoints/utils.py: Reordered transformers_utils before utils imports
- vllm/utils/__init__.py: Moved platform_utils after specialized module imports
- vllm/utils/deep_gemm.py: Reordered import_utils before math_utils
These changes resolve the ruff-check failures in the pre-commit hooks.
Signed-off-by: yeshsurya <[email protected]>
0 commit comments