Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2022
1 parent f30ca92 commit 1b2067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroid/brain/brain_numpy_ma.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def numpy_ma_transform():
import numpy.ma
def masked_where(condition, a, copy=True):
return numpy.ma.masked_array(a, mask=[])
def masked_invalid(a, copy=True):
return numpy.ma.masked_array(a, mask=[])
"""
Expand Down

0 comments on commit 1b2067f

Please sign in to comment.