feat(linters): Fix linter

This commit is contained in:
Artem Yadelskyi 2026-02-18 16:24:55 +02:00
parent 272cabc627
commit b88f4c9ab5
No known key found for this signature in database

View file

@ -4,7 +4,6 @@ import (
"bytes"
"context"
"fmt"
"github.com/sipeed/picoclaw/pkg/config"
"os"
"os/exec"
"path/filepath"
@ -12,6 +11,8 @@ import (
"runtime"
"strings"
"time"
"github.com/sipeed/picoclaw/pkg/config"
)
type ExecTool struct {