Skip to content

Commit 28aac34

Browse files
chore(internal): remove trailing character (#610)
1 parent c0d80c9 commit 28aac34

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
@@ -1719,7 +1719,7 @@ def test_get_platform(self) -> None:
17191719
import threading
17201720
17211721
from orb._utils import asyncify
1722-
from orb._base_client import get_platform
1722+
from orb._base_client import get_platform
17231723
17241724
async def test_main() -> None:
17251725
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)