Skip to content

Commit f28f2b7

Browse files
chore(internal): remove trailing character (#80)
1 parent 4bbaa8b commit f28f2b7

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
@@ -1641,7 +1641,7 @@ def test_get_platform(self) -> None:
16411641
import threading
16421642
16431643
from hyperspell._utils import asyncify
1644-
from hyperspell._base_client import get_platform
1644+
from hyperspell._base_client import get_platform
16451645
16461646
async def test_main() -> None:
16471647
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)