Skip to content

Commit 0334e6e

Browse files
chore(internal): remove trailing character (#637)
1 parent 4b822a0 commit 0334e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ def test_get_platform(self) -> None:
16401640
import threading
16411641
16421642
from finch._utils import asyncify
1643-
from finch._base_client import get_platform
1643+
from finch._base_client import get_platform
16441644
16451645
async def test_main() -> None:
16461646
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)