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:
Leonard Lyubich 2023-04-22 16:36:49 +04:00
parent 6bcdf32c31
commit d90626d556

View file

@ -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"
)