Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and naschmitz committed Dec 3, 2024
1 parent d07a561 commit fa56084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geemap/map_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def _on_map_click(self, latlon: List[float]) -> None:
if not latlon or len(latlon) < 2:
return

self._clear_inspector_output()
self._clear_inspector_output()
self._host_map.default_style = {"cursor": "wait"}

self.point_info = self._point_info(latlon)
Expand Down

0 comments on commit fa56084

Please sign in to comment.