Commit b4a3ee3
Fix: Correct signature for UsersEndpoint._list_impl to match protocol
- Update `_list_impl` signature in `imednet/endpoints/users.py` to use `RequestorProtocol | AsyncRequestorProtocol` instead of concrete `Client` classes.
- Fixes `mypy` override error.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent bc8fca8 commit b4a3ee3
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments