Skip to content

Commit 2148f1c

Browse files
committed
Addressed Circular Import
Signed-off-by: <Srreyansh Sethi srreyansh.sethi@gmail.com>
1 parent f38a044 commit 2148f1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/v1/core/kv_cache_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from collections import defaultdict, deque
88
from collections.abc import Iterable, Sequence
99
from dataclasses import dataclass
10-
from typing import Any, Callable, NamedTuple, Optional
10+
from typing import Any, Callable, Optional
1111

1212
from vllm.config import VllmConfig
1313
from vllm.logger import init_logger
@@ -17,7 +17,6 @@
1717
KVCacheTensor, SlidingWindowSpec)
1818
from vllm.v1.metrics.stats import PrefixCacheStats
1919
from vllm.v1.request import Request
20-
from vllm.v1.core.kv_cache_coordinator import HybridKVCacheCoordinator
2120
from vllm.v1.core.block_hash import BlockHash, BlockHashWithGroupId
2221
logger = init_logger(__name__)
2322

0 commit comments

Comments
 (0)