Skip to content

Commit e5d38ff

Browse files
chore(internal): remove trailing character (#146)
1 parent 954594f commit e5d38ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ def test_get_platform(self) -> None:
16601660
import threading
16611661
16621662
from lumaai._utils import asyncify
1663-
from lumaai._base_client import get_platform
1663+
from lumaai._base_client import get_platform
16641664
16651665
async def test_main() -> None:
16661666
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)