Commit a833617
Fix _BatchBase.__init__ type: od is _ODataBase, not _ODataClient
The async batch client will pass an async OData client that inherits
from _ODataBase, not _ODataClient. _BatchBase only calls pure _build_*
methods defined on _ODataBase, so the broader base type is correct.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d01181e commit a833617
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments