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 47532c9 commit 6be5193Copy full SHA for 6be5193
packages/toolbox-core/src/toolbox_core/sync_client.py
@@ -63,11 +63,11 @@ async def create_client():
63
).result()
64
65
@property
66
- def _async_client(self) -> ToolboxClient:
+ def _async_client(self) -> Optional[ToolboxClient]:
67
return self.__async_client
68
69
70
- def _loop(self) -> AbstractEventLoop:
+ def _loop(self) -> Optional[AbstractEventLoop]:
71
return self.__class__.__loop
72
73
0 commit comments