Skip to content

Commit 13550da

Browse files
committed
fixup!
1 parent 14fe940 commit 13550da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/image_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def main() -> None:
5050
try:
5151
main()
5252
except Exception as error:
53-
print(f"Error generating image: {error}")
53+
print(f"Error generating image: {error}")

src/openai/_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __stream__(self) -> Iterator[_T]:
7676
)
7777

7878
yield process_data(data=data, cast_to=cast_to, response=response)
79-
79+
8080
else:
8181
data = sse.json()
8282

0 commit comments

Comments
 (0)