fix results import

This commit is contained in:
Jacek Sieka 2024-06-07 12:05:15 +02:00
parent 1b9d9253e8
commit c44406594f
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -6,7 +6,7 @@
# Apache License, version 2.0, (LICENSE-APACHEv2)
# MIT license (LICENSE-MIT)
import unittest2
import stew/results
import results
import ../chronos, ../chronos/unittest2/asynctests
{.used.}