From 0df2973ee4ccbc50c2c70d9a2aee2c69aa741dc8 Mon Sep 17 00:00:00 2001 From: rloutrel Date: Mon, 14 Oct 2024 01:03:44 +0200 Subject: [PATCH] refactoring(logitech_receiver/notifications): fix pre-commits --- tests/logitech_receiver/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/logitech_receiver/test_notifications.py b/tests/logitech_receiver/test_notifications.py index aba2ebda3f..de6e5f0fa0 100644 --- a/tests/logitech_receiver/test_notifications.py +++ b/tests/logitech_receiver/test_notifications.py @@ -31,7 +31,7 @@ def request(self, handle, devnumber, request_id, *params, **kwargs): [ (Registers.DISCOVERY_STATUS_NOTIFICATION, b"\x01", "device_timeout", None), (Registers.PAIRING_STATUS_NOTIFICATION, b"\x02", "failed", None), - ] + ], ) def test_process_receiver_notification_bolt_pairing_error(sub_id, notification_data, expected_error, expected_new_device): low_level_mock = mock.Mock(spec=LowLevelInterface)