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 Sep 20, 2021
1 parent df1bf67 commit 1d1a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest_brain_numpy_ma.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class TestBrainNumpyMa:
"""
Test the numpy ma brain module
"""

@staticmethod
def test_numpy_ma_masked_where_returns_maskedarray():
"""
Expand Down Expand Up @@ -50,4 +51,3 @@ def test_numpy_ma_masked_where_returns_maskedarray_bis():
node = builder.extract_node(src)
cls_node = node.inferred()[0]
assert cls_node.pytype() == "numpy.ma.core.MaskedArray"

0 comments on commit 1d1a40f

Please sign in to comment.