The error:
error: cannot format <filename>.py: Cannot parse: <line-number>:<column-number>: print("\n", end='')
Why can't black format this code? If I remove it, Black just fails again at the next point that it encounters a print
function with end
in it.