We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The existing fixers are using the 2to3 fixer which replaces calls with .items(), which is not ideal if you're trying to support python2 and python3.
.items()