Unverified Commit b149b393 authored by Brayden Zhong's avatar Brayden Zhong Committed by GitHub
Browse files

[CI] Remove unused imports with Ruff to pre-commit config, only to...

[CI] Remove unused imports with Ruff to pre-commit config, only to benchmarks/docs/examples folder (#3969)
parent 31dfff7d
......@@ -13,9 +13,8 @@ from PIL import Image
from transformers import AutoProcessor
from sglang.lang.chat_template import get_chat_template_by_model_path
from sglang.srt.hf_transformers_utils import get_tokenizer
from sglang.test.test_utils import DEFAULT_IMAGE_URL, is_in_ci
from sglang.utils import print_highlight, terminate_process, wait_for_server
from sglang.utils import terminate_process, wait_for_server
if is_in_ci():
from docs.backend.patch import launch_server_cmd
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment