Skip to content

Commit

Permalink
Update xarray/util/generate_reductions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Illviljan <[email protected]>
  • Loading branch information
dcherian and Illviljan authored Nov 22, 2021
1 parent cd8a898 commit 6916fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/util/generate_reductions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def reduce(
keepdims: bool = False,
**kwargs: Any,
) -> "{obj}":
return NotImplemented"""
raise NotImplementedError()"""

TEMPLATE_REDUCTION_SIGNATURE = '''
def {method}(
Expand Down

0 comments on commit 6916fa7

Please sign in to comment.