From f682397f0314610441d90035f90cab75e5ec9483 Mon Sep 17 00:00:00 2001 From: liugangjian Date: Mon, 9 Mar 2026 11:54:13 +0800 Subject: [PATCH] fix: remove duplicate import statement in config.go --- pkg/config/config.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index f0c1c7d2c..2ad07e91f 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -9,11 +9,9 @@ import ( "sync/atomic" "time" - import ( "github.com/fsnotify/fsnotify" - "sync" - "github.com/sipeed/picoclaw/pkg/fileutil" + "sync" ) // rrCounter is a global counter for round-robin load balancing across models.