Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8d763cb8
Unverified
Commit
8d763cb8
authored
Jul 06, 2025
by
Reid
Committed by
GitHub
Jul 05, 2025
Browse files
[Misc] remove unused import (#20517)
Signed-off-by:
reidliu41
<
reid201711@gmail.com
>
parent
cf4cd539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
+1
-1
No files found.
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
View file @
8d763cb8
...
...
@@ -3,7 +3,7 @@
# ruff: noqa
import
json
from
collections.abc
import
Sequence
from
typing
import
Any
,
Dict
,
List
,
Optional
,
Union
from
typing
import
Any
,
Optional
,
Union
import
regex
as
re
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment