Skip to content

Commit 06cb250

Browse files
committed
Blacked
1 parent cca7e2a commit 06cb250

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/test_smile.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3922,10 +3922,10 @@ async def test_connect_anna_heatpump_heating(self):
39223922
"name": "Anna",
39233923
"vendor": "Plugwise",
39243924
"temperature_offset": {
3925-
'lower_bound': -2.0,
3926-
'resolution': 0.1,
3927-
'upper_bound': 2.0,
3928-
'setpoint': -0.5
3925+
"lower_bound": -2.0,
3926+
"resolution": 0.1,
3927+
"upper_bound": 2.0,
3928+
"setpoint": -0.5,
39293929
},
39303930
"thermostat": {
39313931
"setpoint": 20.5,
@@ -4018,7 +4018,9 @@ async def test_connect_anna_heatpump_heating(self):
40184018
# emulating reading newer dataset after an update_interval,
40194019
# set testday to Monday to force an incremental update
40204020
self.smile_setup = "updated/anna_heatpump_heating"
4021-
await self.device_test(smile, "2020-04-13 00:00:01", testdata_updated, initialize=False)
4021+
await self.device_test(
4022+
smile, "2020-04-13 00:00:01", testdata_updated, initialize=False
4023+
)
40224024
assert self.device_items == 61
40234025
await smile.close_connection()
40244026
await self.disconnect(server, client)

0 commit comments

Comments
 (0)