Skip to content

Commit 45f7fde

Browse files
chore(internal): remove trailing character (#103)
1 parent 5675c9e commit 45f7fde

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
@@ -1577,7 +1577,7 @@ def test_get_platform(self) -> None:
15771577
import threading
15781578
15791579
from codex._utils import asyncify
1580-
from codex._base_client import get_platform
1580+
from codex._base_client import get_platform
15811581
15821582
async def test_main() -> None:
15831583
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)