forked from TrueCloudLab/neoneo-go
interop/util: Drop unused import
Remove no longer used import left after corresponding code removal in
4671fbb3be
.
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
This commit is contained in:
parent
6bcdf32c31
commit
d90626d556
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ Package util contains some special useful functions that are provided by compile
|
|||
package util
|
||||
|
||||
import (
|
||||
"github.com/nspcc-dev/neo-go/pkg/interop"
|
||||
"github.com/nspcc-dev/neo-go/pkg/interop/neogointernal"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue