removes unneeded asynciter import from indexingstrategy (it uses regular iter and not an async iter)

This commit is contained in:
Marcin Czenko 2025-06-16 19:00:56 +02:00
parent 235640267a
commit 4b9d967b93
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -1,6 +1,6 @@
import ./errors
import ./utils
import ./utils/asynciter
import ./utils/iter
{.push raises: [].}