[IMP] stock_account_valuation_report: black, isort, prettier

This commit is contained in:
AaronHForgeFlow
2021-11-12 14:35:15 +01:00
committed by Christopher Ormaza
parent 609035bfd1
commit bf92eaa3c2

View File

@@ -78,7 +78,7 @@ class TestStockAccountValuationReport(TransactionCase):
)
def _create_user(self, login, groups, company):
""" Create a user."""
"""Create a user."""
group_ids = [group.id for group in groups]
user = self.res_users_model.with_context({"no_reset_password": True}).create(
{