Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Aug 25, 2023
1 parent 52a04c3 commit 6b345de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def test_loop_basic(self) -> None:
) as wait_for_msg_mock, patch.object(
mqtt_client, "is_connected"
) as is_connected_mock:

wait_for_msg_mock.side_effect = self.fake_wait_for_msg
is_connected_mock.side_effect = lambda: True

Expand Down

0 comments on commit 6b345de

Please sign in to comment.