Skip to content

Commit

Permalink
x/cqlbuilder: Fix the import format
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jan 13, 2021
1 parent 3b2929b commit 7a15ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions x/cqlbuilder/query_builder.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package cqlbuilder

import (
"github.com/upfluence/cql"
)
import "github.com/upfluence/cql"

type QueryBuilder struct {
cql.DB
Expand Down
1 change: 1 addition & 0 deletions x/cqlbuilder/query_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"testing"

"github.com/stretchr/testify/assert"

"github.com/upfluence/cql"
"github.com/upfluence/cql/cqltest"
"github.com/upfluence/cql/x/migration"
Expand Down

0 comments on commit 7a15ae4

Please sign in to comment.