Skip to content

zeep.* attributes not available in mypy #1203

@Dreamsorcerer

Description

@Dreamsorcerer

With code which references zeep.Settings or zeep.AsyncClient (for example), mypy produces this error:

: error: Module has no attribute "Settings"  [attr-defined]

It works fine if using the full name (e.g. zeep.settings.Settings).

Not sure what is confusing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions