From 65a1c4b17e63346dbda698177e9feed65473a9ba Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Thu, 14 May 2026 00:19:20 -0400 Subject: [PATCH] fix(fusion_clock): remove unused ValidationError import in NFC tests --- fusion_clock/tests/test_nfc_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fusion_clock/tests/test_nfc_models.py b/fusion_clock/tests/test_nfc_models.py index 74145ecc..8afe4bc8 100644 --- a/fusion_clock/tests/test_nfc_models.py +++ b/fusion_clock/tests/test_nfc_models.py @@ -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