Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ili16 committed Mar 18, 2024
1 parent 8d01be6 commit 3799037
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions weaviate/weaviate.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package weaviate
import (
"context"
"errors"
"github.com/weaviate/weaviate-go-client/v4/weaviate"
"github.com/weaviate/weaviate-go-client/v4/weaviate/auth"
"github.com/weaviate/weaviate/entities/models"
"log"
"os"
"strings"

"github.com/weaviate/weaviate-go-client/v4/weaviate"
"github.com/weaviate/weaviate-go-client/v4/weaviate/auth"
"github.com/weaviate/weaviate/entities/models"
)

type Position struct {
Expand Down

0 comments on commit 3799037

Please sign in to comment.