Skip to content

Commit 0facce5

Browse files
authored
Update README.md
1 parent 52dcffe commit 0facce5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ See the [`example/`](./example/) directory for real-world usage of this library,
4747
- `example_aiohttp.py`: Async usage with AiohttpWebClient
4848
- `example_tools.py`: How to register and use Agno tools
4949

50-
Each file is fully commented in English and can be run directly for reference.
5150

5251
## Quick Start
5352

@@ -155,7 +154,6 @@ def get_user_post(self, user_id: int, post_id: int) -> PostResponse:
155154
```python
156155

157156
# you can call signature by your self, overwrite the function `before_request`
158-
from pydantic_client.schema import RequestInfo
159157

160158

161159
class MyAPIClient(RequestsWebClient):

0 commit comments

Comments
 (0)