Skip to content

Commit 0a6e3f2

Browse files
chore(internal): remove trailing character (#27)
1 parent 19f7bd9 commit 0a6e3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ def test_get_platform(self) -> None:
16391639
import threading
16401640
16411641
from replicate._utils import asyncify
1642-
from replicate._base_client import get_platform
1642+
from replicate._base_client import get_platform
16431643
16441644
async def test_main() -> None:
16451645
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)