From c43fbc8a245bffe1493a25f806876b7f22f33024 Mon Sep 17 00:00:00 2001 From: lc6464 <64722907+lc6464@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:00:06 +0800 Subject: [PATCH] fix(serial_windows): remove unused import --- pkg/tools/hardware/serial_windows.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/tools/hardware/serial_windows.go b/pkg/tools/hardware/serial_windows.go index 36f8b4271..31a215589 100644 --- a/pkg/tools/hardware/serial_windows.go +++ b/pkg/tools/hardware/serial_windows.go @@ -4,7 +4,6 @@ package hardwaretools import ( "context" - "fmt" "sort" "strings" "time"