From 442730a91429fda75e90018d7bb1a48067ba4616 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:23:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- xpublish_wms/wms/get_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpublish_wms/wms/get_map.py b/xpublish_wms/wms/get_map.py index c0e8fe3..2dee4f7 100644 --- a/xpublish_wms/wms/get_map.py +++ b/xpublish_wms/wms/get_map.py @@ -279,7 +279,7 @@ def render( if minmax_only: logger.warning("Falling back to default minmax") return {"min": float(da.min()), "max": float(da.max())} - + # x and y are only set for triangle grids, we dont subset the data for triangle grids # at this time. if x is None: