Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Apr 23, 2024
1 parent 235aaf9 commit 03d5b85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sepal_ui/scripts/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 03d5b85

Please sign in to comment.