diff --git a/report_xls/report_xls.py b/report_xls/report_xls.py index ab41e6d2..9284b8b0 100644 --- a/report_xls/report_xls.py +++ b/report_xls/report_xls.py @@ -52,6 +52,7 @@ try: except ImportError: # pragma: no cover _logger.debug("Cannot import xlwt. This module will not be functional.") xls_types = xls_types_default + default_style = None class AttrDict(dict):