Skip to content

Black should remove empty parentheses after class names #145

Description

@ambv
class SomeClass():
    ...

should be just

class SomeClass:
    ....

Those are equivalent both on Python 3 and Python 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    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