[IMP] account_tax_balance: pre-commit auto fixes
This commit is contained in:
@@ -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",
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user