diff --git a/tests/test_client.py b/tests/test_client.py index 8cfd02e..7afec08 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1604,7 +1604,7 @@ def test_get_platform(self) -> None: import threading from evrim._utils import asyncify - from evrim._base_client import get_platform + from evrim._base_client import get_platform async def test_main() -> None: result = await asyncify(get_platform)()