given ``` print('foo') ``` the `print` fixer will change it to: ``` print(('foo')) ``` While not incorrect, it's definitely a little odd.