We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d680f commit b2f78a5Copy full SHA for b2f78a5
1 file changed
tests/test_client.py
@@ -1675,7 +1675,7 @@ def test_get_platform(self) -> None:
1675
import threading
1676
1677
from lithic._utils import asyncify
1678
- from lithic._base_client import get_platform
+ from lithic._base_client import get_platform
1679
1680
async def test_main() -> None:
1681
result = await asyncify(get_platform)()
0 commit comments