Skip to content

Commit

Permalink
Apply pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent c86849f commit fbd50a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fbd50a4

Please sign in to comment.