From 400cebfcf8f13a2fb328501fcd1084d72230420d Mon Sep 17 00:00:00 2001 From: Ana Ordonez <18147700+acordonez@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:06:22 -0800 Subject: [PATCH] Move #noqa to first line Co-authored-by: Tom Vo --- xcdat/bounds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcdat/bounds.py b/xcdat/bounds.py index ca048f5a..ee59e61c 100644 --- a/xcdat/bounds.py +++ b/xcdat/bounds.py @@ -124,8 +124,8 @@ def keys(self) -> List[str]: ) def add_missing_bounds( # noqa: C901 - self, axes: List[CFAxisKey] = ["X", "Y", "T"] # noqa: C901 - ) -> xr.Dataset: # noqa: C901 + self, axes: List[CFAxisKey] = ["X", "Y", "T"] + ) -> xr.Dataset: """Adds missing coordinate bounds for supported axes in the Dataset. This function loops through the Dataset's axes and attempts to adds