You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix _async_batch.py: rename r to response, simplify remove_columns loop
Rename `r` to `response` for consistency with _async_http.py.
Replace multi-pass comprehension + zip in _resolve_table_remove_columns
with a plain for loop matching the sync _batch.py structure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments