Skip to content

Commit 2b055d7

Browse files
chore(internal): remove trailing character (#145)
1 parent d55e411 commit 2b055d7

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
@@ -1627,7 +1627,7 @@ def test_get_platform(self) -> None:
16271627
import threading
16281628
16291629
from browserbase._utils import asyncify
1630-
from browserbase._base_client import get_platform
1630+
from browserbase._base_client import get_platform
16311631
16321632
async def test_main() -> None:
16331633
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)