[IMP] account_tax_balance: pre-commit auto fixes

This commit is contained in:
David Ramia
2023-11-26 21:20:09 +01:00
committed by Borruso
parent 81cc606032
commit e017bb37f4
10 changed files with 48 additions and 47 deletions

View File

@@ -107,7 +107,7 @@ class TestAccountTaxBalance(HttpCase):
(
"date_start",
"=",
"{}-{}-01".format(self.current_year, self.current_month),
f"{self.current_year}-{self.current_month}-01",
)
]
)