feat(examples): update code style

This commit is contained in:
huhao0926 2025-07-11 20:05:41 +08:00
parent a540addefd
commit bc4f1db677
2 changed files with 1 additions and 1 deletions

View File

@ -90,5 +90,6 @@ async def main():
# explicitly close client to avoid event loop closed error
await client.aclose()
if __name__ == "__main__":
asyncio.run(main())

View File

@ -45,6 +45,5 @@ async def main():
await client.aclose()
if __name__ == "__main__":
asyncio.run(main())