Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 5, 2024
1 parent c038dfc commit 9fad803
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pytest_gee/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ def export_asset(
return PurePosixPath(asset_id)


def init_tree(
structure: dict, prefix: str, root: Union[str, PurePosixPath]
) -> PurePosixPath:
def init_tree(structure: dict, prefix: str, root: Union[str, PurePosixPath]) -> PurePosixPath:
"""Create an EarthEngine folder tree from a dictionary.
The input ditionary should described the structure of the folder you want to create.
Expand Down

0 comments on commit 9fad803

Please sign in to comment.