Skip to content

Replace printfunc with print

Frank Winklmeier requested to merge fwinkl/athena:printfunc into 24.0

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

Merge request reports