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
Simplify redundant conditional in _convert_args_kwargs
- Removed redundant if-else where both branches performed the same action
- Simplified kwds handling to always use kwargs.update(kwds)
- Removed unused var_keyword_name variable
- All 68 tests still pass
Co-authored-by: Borda <6035284+Borda@users.noreply.github.com>
0 commit comments