Skip to content

Commit 6916fa7

Browse files
dcherianIllviljan
andauthored
Update xarray/util/generate_reductions.py
Co-authored-by: Illviljan <[email protected]>
1 parent cd8a898 commit 6916fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/util/generate_reductions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def reduce(
4444
keepdims: bool = False,
4545
**kwargs: Any,
4646
) -> "{obj}":
47-
return NotImplemented"""
47+
raise NotImplementedError()"""
4848

4949
TEMPLATE_REDUCTION_SIGNATURE = '''
5050
def {method}(

0 commit comments

Comments
 (0)