[CI] Enable mypy import following for vllm/v1/kv_offload (#34639)

Signed-off-by: Aneesh Puttur <aneeshputtur@gmail.com>
This commit is contained in:
Aneesh Puttur
2026-02-16 20:58:15 -05:00
committed by GitHub
parent 9a8853f781
commit 0b5f9b7204

View File

@@ -30,8 +30,6 @@ SEPARATE_GROUPS = [
# v0 related
"vllm/lora",
"vllm/model_executor",
# v1 related
"vllm/v1/kv_offload",
]
# TODO(woosuk): Include the code from Megatron and HuggingFace.