Skip to content

Commit 4939a18

Browse files
committed
fix comment
1 parent 1f21b36 commit 4939a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/sync_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
async def create_client():
5858
return ToolboxClient(url)
5959

60-
# Ignoring type since we're already checking the existing of a loop above.
60+
# Ignoring type since we're already checking the existence of a loop above.
6161
self.__async_client = asyncio.run_coroutine_threadsafe(
6262
create_client(), self.__class__.__loop # type: ignore
6363
).result()

0 commit comments

Comments
 (0)