From f9fcfc50cd9b07206411b36ad6f059399980cd2b Mon Sep 17 00:00:00 2001 From: dpavam <93325413+dpavam@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:27:31 +0100 Subject: [PATCH] Update impc_api_helper/impc_api_helper/utils/warnings.py Co-authored-by: Marina Kan <113850522+marinak-ebi@users.noreply.github.com> --- impc_api_helper/impc_api_helper/utils/warnings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/impc_api_helper/impc_api_helper/utils/warnings.py b/impc_api_helper/impc_api_helper/utils/warnings.py index d344092..6f154f9 100644 --- a/impc_api_helper/impc_api_helper/utils/warnings.py +++ b/impc_api_helper/impc_api_helper/utils/warnings.py @@ -21,4 +21,3 @@ def custom_warning(message, category, filename, lineno, line=None): warnings.formatwarning = custom_warning warnings.simplefilter("always", Warning) -