From 19d17f7e34766cadfdb7e719731066f8560a0e69 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Wed, 22 Dec 2021 13:40:02 +0100 Subject: [PATCH] [IMP] intrastat_product: Fix pre-commit --- intrastat_product/tests/test_intrastat_product.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intrastat_product/tests/test_intrastat_product.py b/intrastat_product/tests/test_intrastat_product.py index dd1f095..af0b265 100644 --- a/intrastat_product/tests/test_intrastat_product.py +++ b/intrastat_product/tests/test_intrastat_product.py @@ -2,9 +2,10 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from psycopg2 import IntegrityError +from odoo.exceptions import UserError, ValidationError from odoo.tests.common import SavepointCase from odoo.tools import mute_logger -from odoo.exceptions import UserError, ValidationError + from .common import IntrastatProductCommon