From fbd50a4e0c0ca63e719bdbeeac86bfe0c3515d8b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:54:01 +0000 Subject: [PATCH] Apply pre-commit auto fixes --- tests/test_discover.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_discover.py b/tests/test_discover.py index 7455849e0..51e578b82 100644 --- a/tests/test_discover.py +++ b/tests/test_discover.py @@ -181,10 +181,7 @@ def _ch_mock(cluster): @mock.patch( - ( - "zha.application.discovery.EndpointProbe" - ".handle_on_off_output_cluster_exception" - ), + ("zha.application.discovery.EndpointProbe.handle_on_off_output_cluster_exception"), new=mock.MagicMock(), ) @mock.patch("zha.application.discovery.EndpointProbe.probe_single_cluster")