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 Sep 3, 2024
1 parent 66ae217 commit f76bbbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion leafmap/leafmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,9 @@ def add_cog_layer(
if not hasattr(self, "cog_layer_dict"):
self.cog_layer_dict = {}

vmin, vmax = cog_tile_vmin_vmax(url, bands=bands, titiler_endpoint=titiler_endpoint)
vmin, vmax = cog_tile_vmin_vmax(
url, bands=bands, titiler_endpoint=titiler_endpoint
)

if "colormap_name" in kwargs:
colormap = kwargs["colormap_name"]
Expand Down

0 comments on commit f76bbbe

Please sign in to comment.