docs: update generated docs

This commit is contained in:
nym21
2026-01-27 01:44:43 +01:00
parent 3d36524707
commit c367802b4a
342 changed files with 1991 additions and 1991 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ Main BRK client with metrics tree and API methods.
#### \_\_init\_\_
```python
def __init__(base_url: str = "http://localhost:3000", timeout: float = 30.0)
def __init__(base_url: str = 'http://localhost:3000', timeout: float = 30.0)
```
<a id="brk_client.BrkClient.metric"></a>