Skip to content

Commit 72018c8

Browse files
chore(internal): remove trailing character (#82)
1 parent e2c1f6f commit 72018c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ def test_get_platform(self) -> None:
16241624
import threading
16251625
16261626
from contextual._utils import asyncify
1627-
from contextual._base_client import get_platform
1627+
from contextual._base_client import get_platform
16281628
16291629
async def test_main() -> None:
16301630
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)