Skip to content

Commit 927c586

Browse files
committed
fix ruff
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 9783df5 commit 927c586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multicard/test_offline_inference_distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
import os
2424
from unittest.mock import patch
2525

26+
import pytest
2627
import vllm # noqa: F401
2728
from vllm import SamplingParams
28-
import pytest
2929

3030
from tests.conftest import VllmRunner
3131
from tests.model_utils import check_outputs_equal

0 commit comments

Comments
 (0)