Skip to content

complain about missing space before opening parentheses of import statement #489

@wbolster

Description

@wbolster
from foo import(bar, baz)

should be

from foo import (bar, baz)

but pep8 does not currently complain about this. import is not a function!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions