diff --git a/python/sglang/srt/layers/flashinfer_comm_fusion.py b/python/sglang/srt/layers/flashinfer_comm_fusion.py index 1869beb56..8a93188b8 100644 --- a/python/sglang/srt/layers/flashinfer_comm_fusion.py +++ b/python/sglang/srt/layers/flashinfer_comm_fusion.py @@ -1,5 +1,5 @@ import logging -from typing import Tuple +from typing import Optional, Tuple import torch import torch.distributed as dist