Replace printfunc with print
Replace the remaining printfunc
usages with print
. This alias was introduced during the Py2to3 migration and mostly deleted as part of Legacy Config Removal. Also remove __future__
imports and fix some minor flake8 warnings in passing.
The actual printfunc
alias in athena.py
is not removed yet and will follow in a future MR.
Edited by Frank Winklmeier