From 9fad803574c7291c38b8c1115e1d5a9a32b36539 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:34:42 +0000 Subject: [PATCH] refactor: lint --- pytest_gee/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pytest_gee/utils.py b/pytest_gee/utils.py index 91ae1a0..84033aa 100644 --- a/pytest_gee/utils.py +++ b/pytest_gee/utils.py @@ -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.