From 280280ace9eafac368a50ae679d32be02cafdee4 Mon Sep 17 00:00:00 2001 From: shuwenn <47200617+alphabetc1@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:12:46 +0800 Subject: [PATCH] [SPEC] fix: import copy module for eagle sampling info clone (#27390) --- python/sglang/srt/speculative/eagle_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/speculative/eagle_info.py b/python/sglang/srt/speculative/eagle_info.py index 106423b0a..b59e7cdc6 100644 --- a/python/sglang/srt/speculative/eagle_info.py +++ b/python/sglang/srt/speculative/eagle_info.py @@ -1,5 +1,5 @@ +import copy import logging -from copy import copy from dataclasses import dataclass from typing import List, Optional, Tuple