Skip to content

unused imports are (sometimes) unflagged #306

Description

@mshafer-NI

Minimum reproduction:

import foo.bar
import foo.baz

print(foo.baz)

foo.bar should get an F401, however, due to pyflakes: #137 Missing import warnings when importing fully-qualified modules
, they are going unflagged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions