Skip to content

Commit 6ccac8e

Browse files
chore(internal): remove trailing character (#445)
1 parent d757d1f commit 6ccac8e

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
@@ -1815,7 +1815,7 @@ def test_get_platform(self) -> None:
18151815
import threading
18161816
18171817
from openlayer._utils import asyncify
1818-
from openlayer._base_client import get_platform
1818+
from openlayer._base_client import get_platform
18191819
18201820
async def test_main() -> None:
18211821
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)