Skip to content

Commit b870e56

Browse files
chore(internal): remove trailing character (#19)
1 parent 83e50f3 commit b870e56

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
@@ -1630,7 +1630,7 @@ def test_get_platform(self) -> None:
16301630
import threading
16311631
16321632
from oxp._utils import asyncify
1633-
from oxp._base_client import get_platform
1633+
from oxp._base_client import get_platform
16341634
16351635
async def test_main() -> None:
16361636
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)