Remove unnecessary use of six.iterkeys
This PR replaces unnecessary use of `for key in six.iterkeys(d)` with `for key in d` to improve readability.
Loading
Please sign in to comment
This PR replaces unnecessary use of `for key in six.iterkeys(d)` with `for key in d` to improve readability.