Skip to content

Commit

Permalink
Removes ueseless blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo91 committed Sep 25, 2021
1 parent e659e11 commit a6a9c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unittest_brain_numpy_ma.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

try:
import numpy # pylint: disable=unused-import

HAS_NUMPY = True
except ImportError:
HAS_NUMPY = False
Expand All @@ -19,7 +18,6 @@ class TestBrainNumpyMa:
"""
Test the numpy ma brain module
"""

@staticmethod
def test_numpy_ma_masked_where_returns_maskedarray():
"""
Expand Down

0 comments on commit a6a9c56

Please sign in to comment.