fix(fusion_clock): remove unused ValidationError import in NFC tests

This commit is contained in:
gsinghpal
2026-05-14 00:19:20 -04:00
parent 91d3a3f9d1
commit 65a1c4b17e

View File

@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from odoo.tests.common import TransactionCase, tagged
from odoo.exceptions import ValidationError
from psycopg2 import IntegrityError
from odoo.tools.misc import mute_logger