[Misc] Fix mypy errors in vllm/profiler and remove from exclude list (#34959)

Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com>
This commit is contained in:
Taneem Ibrahim
2026-02-20 21:56:33 -06:00
committed by GitHub
parent ded333fb9b
commit d38cd3dde5
2 changed files with 37 additions and 30 deletions

View File

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