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