We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c1f6f commit 72018c8Copy full SHA for 72018c8
1 file changed
tests/test_client.py
@@ -1624,7 +1624,7 @@ def test_get_platform(self) -> None:
1624
import threading
1625
1626
from contextual._utils import asyncify
1627
- from contextual._base_client import get_platform
+ from contextual._base_client import get_platform
1628
1629
async def test_main() -> None:
1630
result = await asyncify(get_platform)()
0 commit comments