Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 5, 2023
1 parent 5ca685a commit 898b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndindex/tests/test_shapetools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
try:
from numpy import AxisError as np_AxisError
except ImportError:
except ImportError: # pragma: no cover
from numpy.exceptions import AxisError as np_AxisError

from hypothesis import assume, given, example
Expand Down

0 comments on commit 898b656

Please sign in to comment.