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"