fix(cron): add blank line between default and localmodule imports for gci
gci linter requires a blank line separating import sections (default vs localmodule). Missing separator caused CI failure.
This commit is contained in:
parent
2b73978c5f
commit
d8e7a6129f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"github.com/sipeed/picoclaw/pkg/bus"
|
||||
"github.com/sipeed/picoclaw/pkg/config"
|
||||
"github.com/sipeed/picoclaw/pkg/constants"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue