[CI] Fix lint in CI (#1712)

### What this PR does / why we need it?
Fix lint in CI
- vLLM version: v0.9.1
- vLLM main:
49e8c7ea25

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-07-10 10:47:18 +08:00
committed by GitHub
parent 0c4aa2b4f1
commit b1c66b211f

View File

@ -17,6 +17,7 @@
# limitations under the License.
#
# isort: skip_file
import os
os.environ["VLLM_USE_MODELSCOPE"] = "True"
@ -24,7 +25,6 @@ os.environ["VLLM_WORKER_MULTIPROC_METHOD"] = "spawn"
from vllm import LLM, SamplingParams
if __name__ == "__main__":
prompts = [
"Hello, my name is",