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] committed Nov 19, 2024
1 parent b5dd117 commit 2d270a4
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 2d270a4

Please sign in to comment.