Commit a1f69b47 authored by Lukas Geiger's avatar Lukas Geiger
Browse files

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.
parent 82cae29a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment