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) -