Skip to content

Commit

Permalink
Update cunumeric/array.py
Browse files Browse the repository at this point in the history
Co-authored-by: Manolis Papadakis <[email protected]>
  • Loading branch information
ipdemes and manopapad authored Nov 9, 2023
1 parent a50f165 commit c52e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cunumeric/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ def mean(
@add_boilerplate()
def _nanmean(
self,
axis: Any = None,
axis: Optional[Union[int, tuple[int, ...]]] = None,
dtype: Union[np.dtype[Any], None] = None,
out: Union[ndarray, None] = None,
keepdims: bool = False,
Expand Down

0 comments on commit c52e0c5

Please sign in to comment.