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`
typehint for core.randomfiletree.iterative_gaussian_tree -> payload is wrong.
Optional[Callable[[Path], Path]] = Nonebut expected is a callable that acts as a Generator
Optional[Callable[[Path], Generator[Path, None, None]]] = None