Skip to content

Commit

Permalink
Explicitly initialize eerepr (#2183)
Browse files Browse the repository at this point in the history
* Explicitly initialize eerepr

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
aazuspan and pre-commit-ci[bot] authored Dec 1, 2024
1 parent 387ed2e commit 4be9dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ def _use_eerepr(token="USE_EEREPR"):
if _use_eerepr():
import eerepr

eerepr.initialize()

from .report import Report

0 comments on commit 4be9dfe

Please sign in to comment.