Skip to content

Commit 9e5f5f8

Browse files
committed
Remove unused import
1 parent b10b4b0 commit 9e5f5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/llm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import (TYPE_CHECKING, Any, Callable, ClassVar, Deque, Dict,
77
Iterable, List, Mapping, NamedTuple, Optional)
88
from typing import Sequence as GenericSequence
9-
from typing import Set, Tuple, Type, Union
9+
from typing import Set, Type, Union
1010

1111
import torch
1212
from typing_extensions import TypeVar

0 commit comments

Comments
 (0)