Skip to content

Auto-reformat code

I just fixed a few instances of probably-dead-code: print "something" -> print("something") in the first commit and then ran:

python3 -m isort .
black .

I attributed this commit to an imaginary user to avoid git blame to point to me for almost everything.

@kliment1

Edited by Mojca Miklavec

Merge request reports