Skip to content

typehint for payload wrong #102

Description

@schussda

typehint for core.randomfiletree.iterative_gaussian_tree -> payload is wrong.

Optional[Callable[[Path], Path]] = None

but expected is a callable that acts as a Generator

Optional[Callable[[Path], Generator[Path, None, None]]] = None

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