From 3f0ff03bbf4dc68f529dd494e14a91a8f0e7d005 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:09:16 +0000 Subject: [PATCH] chore(internal): remove trailing character --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index 628a8c1..544cfba 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1661,7 +1661,7 @@ def test_get_platform(self) -> None: import threading from runwayml._utils import asyncify - from runwayml._base_client import get_platform + from runwayml._base_client import get_platform async def test_main() -> None: result = await asyncify(get_platform)()