[IMP] account_move_line_stock_info black, isort, prettier

This commit is contained in:
Joan Mateu Jordi
2021-10-28 08:58:06 +02:00
committed by Nadal Francisco Garcia
parent e9830fb72d
commit d15e6379f3

View File

@@ -59,7 +59,7 @@ class TestAccountMoveLineStockInfo(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(
{