From b6755666dc72ea32b315d0c21e99dd4d8030fa52 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:24:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- notebooks/create_test_data.ipynb | 1 - notebooks/rechunk.ipynb | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/notebooks/create_test_data.ipynb b/notebooks/create_test_data.ipynb index e115628..5a54c36 100644 --- a/notebooks/create_test_data.ipynb +++ b/notebooks/create_test_data.ipynb @@ -26,7 +26,6 @@ "source": [ "import xarray as xr\n", "\n", - "\n", "store = \"https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/gpcp-feedstock/gpcp.zarr\"\n", "\n", "ds = xr.open_dataset(store, engine=\"zarr\", chunks={})\n", diff --git a/notebooks/rechunk.ipynb b/notebooks/rechunk.ipynb index 33f1b2b..647126e 100644 --- a/notebooks/rechunk.ipynb +++ b/notebooks/rechunk.ipynb @@ -6,13 +6,12 @@ "metadata": {}, "outputs": [], "source": [ - "import xarray as xr\n", + "import shutil\n", + "\n", "import rechunker\n", + "import xarray as xr\n", "import zarr\n", - "import re\n", - "import numpy as np\n", - "import shutil\n", - "from ndpyramid import pyramid_coarsen, pyramid_reproject" + "from ndpyramid import pyramid_coarsen" ] }, {