diff --git a/account_financial_report_qweb/report/abstract_report_xlsx.py b/account_financial_report_qweb/report/abstract_report_xlsx.py index d432f92f..6384367f 100644 --- a/account_financial_report_qweb/report/abstract_report_xlsx.py +++ b/account_financial_report_qweb/report/abstract_report_xlsx.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). try: import xlsxwriter -except ImportError: +except ImportError: # pragma: no cover import logging _logger = logging.getLogger(__name__) _logger.info("Missing dependency: xlsxwriter.")