Fix py-formatting of exec
exec
changed from being a statement in Python2 to a function in
Python3. That also changes the formatting in yapf
. Adjust remaining
occurences to follow the Python3 convention (no space before bracket).
exec
changed from being a statement in Python2 to a function in
Python3. That also changes the formatting in yapf
. Adjust remaining
occurences to follow the Python3 convention (no space before bracket).