From d90626d556c0994ebe01eec3f1750646bdf667e1 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Sat, 22 Apr 2023 16:36:49 +0400 Subject: [PATCH] interop/util: Drop unused import Remove no longer used import left after corresponding code removal in 4671fbb3be8390f6f3a4e238cd33014d0b0b89ab. Signed-off-by: Leonard Lyubich --- pkg/interop/util/util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/interop/util/util.go b/pkg/interop/util/util.go index 46a2c0506..9e93ed6c3 100644 --- a/pkg/interop/util/util.go +++ b/pkg/interop/util/util.go @@ -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" )