fix(lint): fix gci import order in manager_sushi30_test.go
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fd24364220
commit
43951f24b7
1 changed files with 1 additions and 2 deletions
|
|
@ -5,9 +5,8 @@ import (
|
|||
|
||||
"github.com/sipeed/picoclaw/pkg/bus"
|
||||
"github.com/sipeed/picoclaw/pkg/channels"
|
||||
"github.com/sipeed/picoclaw/pkg/config"
|
||||
|
||||
_ "github.com/sipeed/picoclaw/pkg/channels/email"
|
||||
"github.com/sipeed/picoclaw/pkg/config"
|
||||
)
|
||||
|
||||
// TestInitChannels_EmailPickedUp verifies that a channel with Enabled=true is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue