Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcarle committed Mar 5, 2024
1 parent 6c62c53 commit e9511c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions request/graphql/schema/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import (
"fmt"
"sort"

"github.com/sourcenetwork/graphql-go/language/ast"
gqlp "github.com/sourcenetwork/graphql-go/language/parser"
"github.com/sourcenetwork/graphql-go/language/source"
"github.com/sourcenetwork/immutable"

"github.com/sourcenetwork/defradb/client"
"github.com/sourcenetwork/defradb/client/request"
"github.com/sourcenetwork/defradb/request/graphql/schema/types"
"github.com/sourcenetwork/graphql-go/language/ast"
gqlp "github.com/sourcenetwork/graphql-go/language/parser"
"github.com/sourcenetwork/graphql-go/language/source"
)

// FromString parses a GQL SDL string into a set of collection descriptions.
Expand Down

0 comments on commit e9511c4

Please sign in to comment.