Skip to content

Commit dec9d0c

Browse files
docs(readme): add missing asyncio import (#1858)
* fix missing import * reorder imports --------- Co-authored-by: Robert Craigie <[email protected]>
1 parent 646a579 commit dec9d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ for chunk in stream:
196196
The async client uses the exact same interface.
197197

198198
```python
199+
import asyncio
199200
from openai import AsyncOpenAI
200201

201202
client = AsyncOpenAI()

0 commit comments

Comments
 (0)