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
ENH: Refactor code to remove six usage in iteration syntax.
This commit replaces `six.iteritems()` with Python 3's native `dict.items()` for iterating over dictionary items. The now unnecessary `six` import is removed, aligning the codebase with modern Python practices and enhancing maintainability.
Support for Python2 was removed many years ago. Clean up the codebase
by removing the conditional behaviors encoded with six.
0 commit comments