Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed May 3, 2024
1 parent bd57e30 commit 1d48a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fix_ms_corrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
try:
import importlib_resources as importlib_resources
except ImportWarning:
except Exception as e:
from importlib import resources as importlib_resources

import importlib
Expand Down

0 comments on commit 1d48a38

Please sign in to comment.