[flake8-bugbear] Fix unused loop variable.
This commit change the name of a variable to make it more clear that it is not required in the for-loop, removing a bugbear B007 warning.
Loading
Please register or sign in to comment
This commit change the name of a variable to make it more clear that it is not required in the for-loop, removing a bugbear B007 warning.