We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b822a0 commit 0334e6eCopy full SHA for 0334e6e
1 file changed
tests/test_client.py
@@ -1640,7 +1640,7 @@ def test_get_platform(self) -> None:
1640
import threading
1641
1642
from finch._utils import asyncify
1643
- from finch._base_client import get_platform
+ from finch._base_client import get_platform
1644
1645
async def test_main() -> None:
1646
result = await asyncify(get_platform)()
0 commit comments