From 7f2d925b25df0eb4494fbbcd73b61290e8b9f69d Mon Sep 17 00:00:00 2001 From: Joan Mateu Jordi Date: Thu, 28 Oct 2021 08:58:06 +0200 Subject: [PATCH] [IMP] account_move_line_stock_info black, isort, prettier --- .../tests/test_account_move_line_stock_move.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_line_stock_info/tests/test_account_move_line_stock_move.py b/account_move_line_stock_info/tests/test_account_move_line_stock_move.py index e0e32f154..30f844f3b 100644 --- a/account_move_line_stock_info/tests/test_account_move_line_stock_move.py +++ b/account_move_line_stock_info/tests/test_account_move_line_stock_move.py @@ -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( {