Skip to content

Commit c642e6e

Browse files
wqj2004PaParaZz1
authored andcommitted
formatted
1 parent 7dae85e commit c642e6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ding/worker/collector/tests/test_vllm_collector_multigpu.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
from typing import List, Tuple
1+
from typing import List, Tuple, Optional
22
import os
33
import uuid
44
from loguru import logger
55
from vllm import AsyncLLMEngine, AsyncEngineArgs, SamplingParams, RequestOutput
6-
from typing import List, Tuple, Optional
76
from vllm.assets.image import ImageAsset
87
from enum import Enum
98
import concurrent.futures

0 commit comments

Comments
 (0)