Skip to content

Commit 3335322

Browse files
author
mo
committed
refactor: unused imports removed.
1 parent 1d3421a commit 3335322

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

x/logic/predicate/bank_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package predicate
44
import (
55
"context"
66
"fmt"
7-
"strings"
87
"testing"
98

109
"github.com/axone-protocol/prolog/engine"

x/logic/predicate/crypto_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package predicate
33

44
import (
55
"fmt"
6-
"strings"
76
"testing"
87

98
"github.com/axone-protocol/prolog/engine"

x/logic/predicate/did_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package predicate
33

44
import (
55
"fmt"
6-
"strings"
76
"testing"
87

98
"github.com/axone-protocol/prolog/engine"

x/logic/predicate/encoding_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package predicate
22

33
import (
44
"fmt"
5-
"strings"
65
"testing"
76

87
"github.com/axone-protocol/prolog"

x/logic/predicate/uri_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package predicate
33

44
import (
55
"fmt"
6-
"strings"
76
"testing"
87

98
"github.com/axone-protocol/prolog/engine"

0 commit comments

Comments
 (0)