Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 18, 2023
1 parent 640da15 commit 76f7a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_gee/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 76f7a0b

Please sign in to comment.