Skip to content

Commit

Permalink
Update _typing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Sep 8, 2024
1 parent 28dde6a commit 9354771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/namedarray/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def imag(self) -> _T_co: ...
_ShapeLike = Union[SupportsIndex, Sequence[SupportsIndex]]
_ShapeType = TypeVar("_ShapeType", bound=Any)
_ShapeType_co = TypeVar("_ShapeType_co", bound=Any, covariant=True)
_Shape1D = tuple[int]

_Axis = int
_Axes = tuple[_Axis, ...]
Expand Down

0 comments on commit 9354771

Please sign in to comment.