Skip to content

Commit

Permalink
Merge pull request #13 from mmikita95/patch-2
Browse files Browse the repository at this point in the history
Update completions_streaming.py
  • Loading branch information
ramedina86 authored Jun 28, 2024
2 parents f92b02d + 51d98e3 commit a89843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/completions_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from writerai import AsyncClient, BadRequestError


async def main():
async def main() -> None:
client = AsyncClient()

print("Supported models:")
Expand Down

0 comments on commit a89843e

Please sign in to comment.