From 46d6b37a22eec489912048f4daed00f5c917174e Mon Sep 17 00:00:00 2001 From: Lanto Razafindrabe Date: Mon, 1 Jul 2024 10:55:53 +0300 Subject: [PATCH] TA#66819 [16.0][IMP] account_negative_debit_credit : code quality --- account_negative_debit_credit/tests/test_account_move_line.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/account_negative_debit_credit/tests/test_account_move_line.py b/account_negative_debit_credit/tests/test_account_move_line.py index d4acdbd..297e6ce 100644 --- a/account_negative_debit_credit/tests/test_account_move_line.py +++ b/account_negative_debit_credit/tests/test_account_move_line.py @@ -2,8 +2,6 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from datetime import datetime -from odoo.tests import common, new_test_user -from odoo.tests.common import Form class TestAccountMoveLine(common.SavepointCase):