Skip to content

Commit 27b9d4f

Browse files
chore(internal): remove trailing character (#194)
1 parent 4483c2f commit 27b9d4f

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
@@ -1597,7 +1597,7 @@ def test_get_platform(self) -> None:
15971597
import threading
15981598
15991599
from asktable._utils import asyncify
1600-
from asktable._base_client import get_platform
1600+
from asktable._base_client import get_platform
16011601
16021602
async def test_main() -> None:
16031603
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)