From 63931d381661a1e3eae8cd2f9d65e180d2bc0505 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 23:52:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- odc/geo/_xr_interop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odc/geo/_xr_interop.py b/odc/geo/_xr_interop.py index fbf6dffe..5985e71e 100644 --- a/odc/geo/_xr_interop.py +++ b/odc/geo/_xr_interop.py @@ -736,7 +736,7 @@ def map_bounds(self) -> Tuple[Tuple[float, float], Tuple[float, float]]: raise ValueError("Not geo registered") return gbox.map_bounds() - + crop = _wrap_op(crop)