Skip to content

Commit

Permalink
Type hint return value of T_ChunkedArray
Browse files Browse the repository at this point in the history
Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
  • Loading branch information
TomNicholas and Illviljan authored Jul 26, 2023
1 parent 828321b commit b5eb57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/parallelcompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def scan(
axis: int | None = None,
dtype: np.dtype | None = None,
**kwargs,
):
) -> T_ChunkedArray:
"""
General version of a 1D scan, also known as a cumulative array reduction.
Expand Down

0 comments on commit b5eb57d

Please sign in to comment.