[FIX] black,isort,prettier

pull/2399/head
KKamaa 2023-03-06 14:27:10 +03:00
parent c33c017c85
commit dfbf0bfccf
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ class ResCompany(models.Model):
)
)
self.env.cr.execute(
"select key, value from ir_config_parameter where key ilike "
"'support_%';"
"select key, value from ir_config_parameter where key ilike " "'support_%';"
)
res = self.env.cr.dictfetchall()
if any(res):