From 3c6e8c593ea5f25892b19b4b066918dcdb3b2f36 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:50:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- xarray/namedarray/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/namedarray/core.py b/xarray/namedarray/core.py index 585eb15a975..2eb9832529a 100644 --- a/xarray/namedarray/core.py +++ b/xarray/namedarray/core.py @@ -18,7 +18,7 @@ import numpy as np # TODO: get rid of this after migrating this class to array API -from xarray.core import dtypes, formatting, formatting_html +from xarray.core import dtypes from xarray.core.indexing import ( ExplicitlyIndexed, ImplicitToExplicitIndexingAdapter,