Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

False negative in BadModuleAttributeUseLinter with nested attributes #30

Closed
@mschwager

Description

Looking for foo.bar in the following:

import foo           
foo.bar(var).baz()

Should work, but since we're not recursing deeper with generic_visit it doesn't find the nested attribute.

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