[IMP] account_ebics: pre-commit auto fixes

This commit is contained in:
Luc De Meyer
2024-01-26 19:13:24 +01:00
parent d27ff618d5
commit e22fb104ea
8 changed files with 19 additions and 25 deletions

View File

@@ -27,9 +27,7 @@ def _update_file_format(cr, ff):
"""
SELECT res_id FROM ir_model_data
WHERE module='account_ebics' AND name='{}'
""".format(
ff["xml_id_name"]
)
""".format(ff["xml_id_name"])
)
res = cr.fetchone()
if res: