Skip to content

Commit 8d763cb

Browse files
authored
[Misc] remove unused import (#20517)
Signed-off-by: reidliu41 <[email protected]>
1 parent cf4cd53 commit 8d763cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ruff: noqa
44
import json
55
from collections.abc import Sequence
6-
from typing import Any, Dict, List, Optional, Union
6+
from typing import Any, Optional, Union
77

88
import regex as re
99

0 commit comments

Comments
 (0)