Skip to content

Commit

Permalink
unused imports removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo committed Oct 28, 2024
1 parent 1d3421a commit 354a3eb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion x/logic/predicate/bank_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package predicate
import (
"context"
"fmt"
"strings"
"testing"

"github.com/axone-protocol/prolog/engine"
Expand Down
1 change: 0 additions & 1 deletion x/logic/predicate/crypto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package predicate

import (
"fmt"
"strings"
"testing"

"github.com/axone-protocol/prolog/engine"
Expand Down
1 change: 0 additions & 1 deletion x/logic/predicate/did_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package predicate

import (
"fmt"
"strings"
"testing"

"github.com/axone-protocol/prolog/engine"
Expand Down
1 change: 0 additions & 1 deletion x/logic/predicate/encoding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package predicate

import (
"fmt"
"strings"
"testing"

"github.com/axone-protocol/prolog"
Expand Down
1 change: 0 additions & 1 deletion x/logic/predicate/uri_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package predicate

import (
"fmt"
"strings"
"testing"

"github.com/axone-protocol/prolog/engine"
Expand Down

0 comments on commit 354a3eb

Please sign in to comment.