Skip to content

Commit 6767b9e

Browse files
chore(internal): remove trailing character (#16)
1 parent 6f59618 commit 6767b9e

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
@@ -1755,7 +1755,7 @@ def test_get_platform(self) -> None:
17551755
import threading
17561756
17571757
from postcall._utils import asyncify
1758-
from postcall._base_client import get_platform
1758+
from postcall._base_client import get_platform
17591759
17601760
async def test_main() -> None:
17611761
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)