Merge pull request #2985 from nspcc-dev/bugfix/interop-unused-import

interop/util: Drop unused import
This commit is contained in:
Roman Khimov 2023-04-22 17:37:17 +03:00 committed by GitHub
commit f0a5430b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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