Skip to content

Commit

Permalink
Update _typing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jul 10, 2024
1 parent c894c7b commit fe35554
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/namedarray/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def dtype(self) -> _DType_co: ...

_Chunk = tuple[int, ...]
_Chunks = tuple[_Chunk, ...]
# _NormalizedChunks = tuple[tuple[int, ...], ...] # TODO: Same as Chunks.
_ChunksLike = Union[
int, Literal["auto"], None, _Chunk, _Chunks
] # TODO: Literal["auto"]
Expand Down

0 comments on commit fe35554

Please sign in to comment.