diff --git a/pytest_gee/utils.py b/pytest_gee/utils.py index a1572c3..71149d3 100644 --- a/pytest_gee/utils.py +++ b/pytest_gee/utils.py @@ -146,7 +146,7 @@ def init_tree(structure: dict, prefix: str, root: Union[str, Path]) -> PurePosix ... }, ... } ... init_tree(structure, "toto") - """ + """ # recursive function to create the folder tree def _recursive_create(structure, prefix, folder): for name, content in structure.items():