feat(linters): Fix linter

This commit is contained in:
Artem Yadelskyi
2026-02-18 16:26:35 +02:00
parent ef8965048a
commit df52d4ad01
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ package providers
import (
"context"
"fmt"
anthropicprovider "github.com/sipeed/picoclaw/pkg/providers/anthropic"
)
+1
View File
@@ -8,6 +8,7 @@ package providers
import (
"context"
"github.com/sipeed/picoclaw/pkg/providers/openai_compat"
)