Skip to content

Commit 1074f1e

Browse files
chore(internal): remove trailing character (#53)
1 parent 9738423 commit 1074f1e

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
@@ -1675,7 +1675,7 @@ def test_get_platform(self) -> None:
16751675
import threading
16761676
16771677
from isaacus._utils import asyncify
1678-
from isaacus._base_client import get_platform
1678+
from isaacus._base_client import get_platform
16791679
16801680
async def test_main() -> None:
16811681
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)