Skip to content

Run autopep8 and black. Make python3 compliant.

Antonia Beteva requested to merge bsbfa8_bis into master

Change the python3 offending print to be a function. Use: from future import print_function Did autopep8 and black in the following order: autopep8 -a -r -j 0 -i --max-line-length 88 ./ black --safe ./

Merge request reports