fix: remove duplicate import statement in config.go

This commit is contained in:
liugangjian 2026-03-09 11:54:13 +08:00
parent e625edb772
commit f682397f03

View file

@ -9,11 +9,9 @@ import (
"sync/atomic" "sync/atomic"
"time" "time"
import (
"github.com/fsnotify/fsnotify" "github.com/fsnotify/fsnotify"
"sync"
"github.com/sipeed/picoclaw/pkg/fileutil" "github.com/sipeed/picoclaw/pkg/fileutil"
"sync"
) )
// rrCounter is a global counter for round-robin load balancing across models. // rrCounter is a global counter for round-robin load balancing across models.