@@ -1,6 +1,6 @@
import pytest
-from ..helpers.datastruct import EfficientCollectionQueue
+from ...helpers.datastruct import EfficientCollectionQueue
class TestEfficientQueue:
@@ -2,7 +2,7 @@ from tempfile import TemporaryFile
-from ..helpers.lrucache import LRUCache
+from ...helpers.lrucache import LRUCache
class TestLRUCache:
-from ..helpers.nanorst import rst_to_text
+from ...helpers.nanorst import rst_to_text
def test_inline():