[IMP] intrastat_product: Fix pre-commit

This commit is contained in:
Denis Roussel
2021-12-22 13:40:02 +01:00
parent 52dcb52f2e
commit 19d17f7e34

View File

@@ -2,9 +2,10 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from psycopg2 import IntegrityError from psycopg2 import IntegrityError
from odoo.exceptions import UserError, ValidationError
from odoo.tests.common import SavepointCase from odoo.tests.common import SavepointCase
from odoo.tools import mute_logger from odoo.tools import mute_logger
from odoo.exceptions import UserError, ValidationError
from .common import IntrastatProductCommon from .common import IntrastatProductCommon