diff --git a/tests/test_client.py b/tests/test_client.py index 5d34911..6ea2708 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1630,7 +1630,7 @@ def test_get_platform(self) -> None: import threading from oxp._utils import asyncify - from oxp._base_client import get_platform + from oxp._base_client import get_platform async def test_main() -> None: result = await asyncify(get_platform)()