From 2369e88209afca1e431d355bc86f7deae08e4b7c Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 22 Nov 2024 01:50:42 -0800 Subject: [PATCH] [minor] Clean up unused imports (#2122) Co-authored-by: rinrin32 --- python/sglang/srt/model_parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/model_parallel.py b/python/sglang/srt/model_parallel.py index afe504082..6817bce02 100644 --- a/python/sglang/srt/model_parallel.py +++ b/python/sglang/srt/model_parallel.py @@ -2,7 +2,7 @@ Common utilities for torch model parallelism. """ -from typing import Optional, Sequence +from typing import Optional import torch from torch.distributed.device_mesh import DeviceMesh