Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
shahariaazam committed Dec 16, 2024
1 parent d3924f8 commit 78b0a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ai/llm_provider_anthropic_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package ai

import (
"context"

"github.com/anthropics/anthropic-sdk-go"
"github.com/anthropics/anthropic-sdk-go/option"
"github.com/anthropics/anthropic-sdk-go/packages/ssestream"
Expand Down
2 changes: 1 addition & 1 deletion ai/llm_provider_anthropic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package ai
import (
"context"
"encoding/json"
"github.com/anthropics/anthropic-sdk-go/packages/ssestream"
"strings"
"testing"

"github.com/anthropics/anthropic-sdk-go"
"github.com/anthropics/anthropic-sdk-go/packages/ssestream"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 78b0a90

Please sign in to comment.