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