Commit fb69e674

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-04-03 23:55:21
chore(internal): remove trailing character (#2277)
1 parent c87b461
Changed files (1)
tests/test_client.py
@@ -1797,7 +1797,7 @@ class TestAsyncOpenAI:
         import threading
 
         from openai._utils import asyncify
-        from openai._base_client import get_platform 
+        from openai._base_client import get_platform
 
         async def test_main() -> None:
             result = await asyncify(get_platform)()