remove not needed asynciter import in testcontracts

This commit is contained in:
Marcin Czenko 2025-06-16 18:28:13 +02:00
parent b56099e8ca
commit 6957c9d782
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -27,7 +27,6 @@ import pkg/codex/discovery
import pkg/codex/erasure
import pkg/codex/blocktype as bt
import pkg/codex/stores/repostore/coders
import pkg/codex/utils/asynciter
import pkg/codex/indexingstrategy
import pkg/codex/node {.all.}