fastssz icon indicating copy to clipboard operation
fastssz copied to clipboard

Generating with --include produces unsused imports

Open karalabe opened this issue 1 year ago • 1 comments

I generated SSZ for a struct in on package, referencing the go-ethereum common.Address type. The generated code has an import to the common package, but it's not actually used at all.

karalabe avatar Jun 27 '24 17:06 karalabe

Do you have a reproduction of the issue? Cannot reproduce it on my end.

ferranbt avatar Jun 28 '24 14:06 ferranbt