Use the catch_warnings context manager when importing relatorio
Using warnings.resetwarnings also reset the warnings filter set from the environment variable which makes working on fixing warnings more difficult.
Using warnings.resetwarnings also reset the warnings filter set from the environment variable which makes working on fixing warnings more difficult.