Skip to content

Commit e55913a

Browse files
NickLuccheYuqi Zhang
authored andcommitted
[Misc] MultiConnector._connectors type (vllm-project#18423)
Signed-off-by: nicklucche <nlucches@redhat.com> Signed-off-by: Yuqi Zhang <yuqizhang@google.com>
1 parent 842cfca commit e55913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/distributed/kv_transfer/kv_connector/v1/multi_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MultiConnector(KVConnectorBase_V1):
4040

4141
def __init__(self, vllm_config: "VllmConfig", role: KVConnectorRole):
4242
super().__init__(vllm_config=vllm_config, role=role)
43-
self._connectors = []
43+
self._connectors: list[KVConnectorBase_V1] = []
4444
ktcs = vllm_config.kv_transfer_config.kv_connector_extra_config.get(
4545
"connectors")
4646
assert ktcs is not None

0 commit comments

Comments
 (0)