chore: running updated ruff formatter [skip ci]

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2024-03-15 05:35:24 -04:00
parent c34db550a6
commit 727361ced7
16 changed files with 216 additions and 65 deletions

View File

@@ -1,8 +1,8 @@
"""OpenLLM Python client.
```python
client = openllm.client.HTTPClient("http://localhost:8080")
client.query("What is the difference between gather and scatter?")
client = openllm.client.HTTPClient('http://localhost:8080')
client.query('What is the difference between gather and scatter?')
```
"""