[IMP] contract: black, isort, prettier

This commit is contained in:
Christopher Rogos
2024-03-23 12:33:38 +00:00
parent ef13064deb
commit fcaddfcb46
24 changed files with 217 additions and 190 deletions

View File

@@ -19,7 +19,6 @@ class TestContractManuallyCreateInvoice(TestContractBase):
cls.contract2.unlink()
def test_contract_manually_create_invoice(self):
contracts = self.contract
for _i in range(10):
contracts |= self.contract.copy()
@@ -47,7 +46,6 @@ class TestContractManuallyCreateInvoice(TestContractBase):
self.assertEqual(len(invoices), contract_to_invoice_count)
def test_contract_manually_create_invoice_with_usererror(self):
contracts = self.contract
accounts = self.product_1.product_tmpl_id.get_product_accounts()