Skip to content

Commit ee2e992

Browse files
author
autoblack
committed
fixup: more_testing Python code reformatted using Black
1 parent 9141754 commit ee2e992

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_smile.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,11 @@ async def test_connect_stretch_v23(self):
14821482
_LOGGER.info(" # Assert no master thermostat")
14831483
assert smile.single_master_thermostat() is None # it's not a thermostat :)
14841484

1485-
await self.tinker_switch(smile, ["f7b145c8492f4dd7a4de760456fdef3e"], ["407aa1c1099d463c9137a3a9eda787fd"])
1485+
await self.tinker_switch(
1486+
smile,
1487+
["f7b145c8492f4dd7a4de760456fdef3e"],
1488+
["407aa1c1099d463c9137a3a9eda787fd"],
1489+
)
14861490

14871491
smile.get_all_devices()
14881492
await self.device_test(smile, testdata)

0 commit comments

Comments
 (0)