Remove unused imports (#26972)

Signed-off-by: Lukas Geiger <lukas.geiger94@gmail.com>
This commit is contained in:
Lukas Geiger
2025-10-17 03:51:17 +01:00
committed by GitHub
parent 17c540a993
commit 4d055ef465
8 changed files with 0 additions and 13 deletions

View File

@@ -58,7 +58,6 @@ from .interfaces import MultiModalEmbeddings, SupportsMultiModal, SupportsTransc
from .utils import (
AutoWeightsLoader,
WeightsMapper,
flatten_bn,
init_vllm_registered_model,
maybe_prefix,
)