Skip to content

Commit

Permalink
OK, let's ignore this line to keep 100% coverage...
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Sep 23, 2024
1 parent 9ccea18 commit 40b6101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orix/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
try:
# Added in NumPy 1.25.0
from numpy.exceptions import VisibleDeprecationWarning
except ImportError:
except ImportError: # pragma: no cover
# Removed in NumPy 2.0.0
from numpy import VisibleDeprecationWarning

Expand Down

0 comments on commit 40b6101

Please sign in to comment.