close
Skip to content

print fixer adds parens to already-parened print #178

@benbariteau

Description

@benbariteau

given

print('foo')

the print fixer will change it to:

print(('foo'))

While not incorrect, it's definitely a little odd.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions