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 1f21b36 commit 4939a18Copy full SHA for 4939a18
packages/toolbox-core/src/toolbox_core/sync_client.py
@@ -57,7 +57,7 @@ def __init__(
57
async def create_client():
58
return ToolboxClient(url)
59
60
- # Ignoring type since we're already checking the existing of a loop above.
+ # Ignoring type since we're already checking the existence of a loop above.
61
self.__async_client = asyncio.run_coroutine_threadsafe(
62
create_client(), self.__class__.__loop # type: ignore
63
).result()
0 commit comments