Skip to content

Commit 0b07aa0

Browse files
committed
fix ruff
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 082e833 commit 0b07aa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e/multicard/test_offline_inference_distributed.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
from unittest.mock import patch
2525

2626
from modelscope import snapshot_download # type: ignore
27+
28+
import pytest
29+
import vllm # noqa: F401
2730
from vllm import SamplingParams
2831
from vllm.model_executor.models.registry import ModelRegistry
29-
import pytest
3032

3133
from tests.conftest import VllmRunner
3234
from tests.model_utils import check_outputs_equal

0 commit comments

Comments
 (0)