[MISC] fixed tool_parser mypy errors (#35640)

Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Taneem Ibrahim
2026-03-04 06:23:12 -06:00
committed by GitHub
parent 1659b2e058
commit 1aaec59d79
4 changed files with 9 additions and 15 deletions

View File

@@ -42,7 +42,6 @@ EXCLUDE = [
"vllm/benchmarks",
"vllm/config",
"vllm/reasoning",
"vllm/tool_parser",
]