Skip to content

Missing Explicit Attribute Exports #917

@ramppdev

Description

@ramppdev

When working with type checkers like mypy (as well as per Python convention), public attributes are expected to be explicitly exported, i.e., should be referenced in __all__ = [...].

Is there a particular reason for the global encord/__init__.py not exporting e.g., the EncordUserClient explicitly?

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