From 01cf12f39e5213a0d20ad93f5c9378504636450a Mon Sep 17 00:00:00 2001 From: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:49:14 +0200 Subject: [PATCH] Update utils.py --- xarray/namedarray/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/namedarray/utils.py b/xarray/namedarray/utils.py index c6fb6dd7c50..fee1b512fa7 100644 --- a/xarray/namedarray/utils.py +++ b/xarray/namedarray/utils.py @@ -3,13 +3,13 @@ import sys from collections.abc import Hashable, Iterable, Mapping, Sequence from enum import Enum +from types import ModuleType from typing import ( TYPE_CHECKING, Any, Callable, Final, Literal, - ModuleType, Protocol, SupportsIndex, TypeVar,