We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d9000 commit 2a50425Copy full SHA for 2a50425
1 file changed
examples/agent_wait_until_ready.py
@@ -58,7 +58,7 @@
58
from gradient import AsyncGradient
59
60
61
-async def main():
+async def main() -> None:
62
async_client = AsyncGradient()
63
64
# Create a new agent
0 commit comments