Skip to content

Commit

Permalink
Update completions_streaming.py
Browse files Browse the repository at this point in the history
- linting fix
  • Loading branch information
mmikita95 committed Jun 28, 2024
1 parent e3cb728 commit 51d98e3
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 51d98e3

Please sign in to comment.