flake8-future-import
flake8-future-import copied to clipboard
Ability to require print_function when print found
It would be nice to force requiring __future__.print_function only when a print is found.
:+1: yes please. This would be useful and possible for lots of the other imports too, like division, imports, etc.