mirror of
https://github.com/wassname/vllm.git
synced 2026-08-11 11:28:04 +08:00
[CI] Try introducing isort. (#3495)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import argparse
|
||||
from typing import List, Tuple
|
||||
|
||||
from vllm import EngineArgs, LLMEngine, SamplingParams, RequestOutput
|
||||
from vllm import EngineArgs, LLMEngine, RequestOutput, SamplingParams
|
||||
|
||||
|
||||
def create_test_prompts() -> List[Tuple[str, SamplingParams]]:
|
||||
|
||||
Reference in New Issue
Block a user