fix: remove unused import (#8809)

This commit is contained in:
Yineng Zhang
2025-08-05 13:40:22 -07:00
committed by GitHub
parent 4ef47839ae
commit 556e4143f0

View File

@@ -1,7 +1,5 @@
from __future__ import annotations
from python.sglang.srt.layers.radix_attention import RadixAttention
"""
Support attention backend for TRTLLM MLA kernels from flashinfer.
"""