py3: fixing a pyflakes error
The question would be why this isn't problematic in py2 case, perhaps just a more advanced pyflakes taking advantage of better locality of variables in py3?
Loading
Please register or sign in to comment
The question would be why this isn't problematic in py2 case, perhaps just a more advanced pyflakes taking advantage of better locality of variables in py3?