From 9688c16069a24f0915143e0cc857bffeeea2ce24 Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 19 Jan 2022 13:28:17 +0100 Subject: [PATCH] [IMP] report_xlsx_helper: black, isort, prettier --- report_xlsx_helper/report/report_xlsx_abstract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_xlsx_helper/report/report_xlsx_abstract.py b/report_xlsx_helper/report/report_xlsx_abstract.py index 6d67daa1a..06a21a432 100644 --- a/report_xlsx_helper/report/report_xlsx_abstract.py +++ b/report_xlsx_helper/report/report_xlsx_abstract.py @@ -738,7 +738,7 @@ class ReportXlsxAbstract(models.AbstractModel): @staticmethod def _apply_formula_quirk(args_data, cell_type, cell_format): - """ Insert empty value to force LibreOffice to recompute the value """ + """Insert empty value to force LibreOffice to recompute the value""" if cell_type == "formula": if not cell_format: # Insert positional argument for missing format