Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Oct 8, 2023
1 parent 3f5b440 commit 01cf12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/namedarray/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01cf12f

Please sign in to comment.