From 1d48a38d6df4eb451adaa44fccf4179aa5206283 Mon Sep 17 00:00:00 2001 From: "Alec Thomson (S&A, Kensington WA)" Date: Fri, 3 May 2024 13:33:25 +0800 Subject: [PATCH] fix tests --- tests/test_fix_ms_corrs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fix_ms_corrs.py b/tests/test_fix_ms_corrs.py index 11d2da8..7be237f 100644 --- a/tests/test_fix_ms_corrs.py +++ b/tests/test_fix_ms_corrs.py @@ -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