Skip to content

Commit eb10650

Browse files
author
autoblack
committed
fixup: pw_next_2 Python code reformatted using Black
1 parent 8e0bafb commit eb10650

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_smile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,7 @@ async def device_test(self, smile=pw_smile.Smile, testdata=None):
468468
continue
469469

470470
assert a_item["state"] == b_item["state"]
471-
if self.th_prop_selector(
472-
a_item["id"], thermostat
473-
):
471+
if self.th_prop_selector(a_item["id"], thermostat):
474472
assert (
475473
self.th_prop_selector(
476474
a_item["id"], thermostat

0 commit comments

Comments
 (0)