Skip to content

Fix generator types and check with mypy #6

@mehaase

Description

@mehaase

The command methods are generators but the type information currently doesn't reflect that. These should have a type like -> typing.Generator[dict,$type,None]. Check that all generated types are correct by running mypy on the entire module.

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