File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,14 @@ pip install toolbox-core
60
60
```
61
61
62
62
> [ !NOTE]
63
+ >
63
64
> - The primary ` ToolboxClient ` is asynchronous and requires using ` await ` for
64
65
> loading and invoking tools, as shown in most examples.
65
- > * Asynchronous code needs to run within an event loop (e.g., using
66
+ > - Asynchronous code needs to run within an event loop (e.g., using
66
67
> ` asyncio.run() ` or in an async framework). See the [ Python ` asyncio `
67
68
> documentation] ( https://docs.python.org/3/library/asyncio-task.html ) for more
68
69
> details.
69
- > * If you prefer synchronous execution, refer to the [ Synchronous
70
+ > - If you prefer synchronous execution, refer to the [ Synchronous
70
71
> Usage] ( #synchronous-usage ) section below.
71
72
72
73
## Quickstart
You can’t perform that action at this time.
0 commit comments