From 03d5b85c49d738e3930cc6e79cb4c08bde07686e Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Tue, 23 Apr 2024 17:33:26 +0200 Subject: [PATCH] style: lint --- sepal_ui/scripts/decorator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sepal_ui/scripts/decorator.py b/sepal_ui/scripts/decorator.py index e161221b..cf9deceb 100644 --- a/sepal_ui/scripts/decorator.py +++ b/sepal_ui/scripts/decorator.py @@ -47,7 +47,6 @@ def init_ee() -> None: Note: As all init method of pytest-gee, this method will fallback to a regular ``ee.Initialize()`` if the environment variable is not found e.g. on your local computer. """ - if not ee.data._credentials: credential_folder_path = Path.home() / ".config" / "earthengine" credential_file_path = credential_folder_path / "credentials"