Skip to content

Commit c360da6

Browse files
chore(internal): remove trailing character (#103)
1 parent b7c547e commit c360da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

+1-1
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)