There was an error while loading. Please reload this page.
given
print('foo')
the print fixer will change it to:
print
print(('foo'))
While not incorrect, it's definitely a little odd.