Skip to content

Commit 5a21a2d

Browse files
chore(internal): remove trailing character (#2277)
1 parent 3e37aa3 commit 5a21a2d

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
@@ -1797,7 +1797,7 @@ def test_get_platform(self) -> None:
17971797
import threading
17981798
17991799
from openai._utils import asyncify
1800-
from openai._base_client import get_platform
1800+
from openai._base_client import get_platform
18011801
18021802
async def test_main() -> None:
18031803
result = await asyncify(get_platform)()

0 commit comments

Comments
 (0)