[IMP] report_csv: black, isort, prettier

This commit is contained in:
Alex Cuellar
2020-10-15 13:51:06 -05:00
committed by ferran-73
parent a90d8787aa
commit a6505ad38d

View File

@@ -41,7 +41,7 @@ odoo.define("report_csv.report", function(require) {
data: JSON.stringify([report_url, type]),
},
success: resolve,
error: error => {
error: (error) => {
self.call("crash_manager", "rpc_error", error);
reject();
},