Skip to content

Commit 10384d4

Browse files
author
autoblack
committed
fixup: ha_energy Python code reformatted using Black
1 parent 55935f6 commit 10384d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def update_helper(data, devs, d_dict, d_id, e_type, key):
134134
if type(data[key]) is list:
135135
devs[d_id][e_type][idx][ATTR_STATE] = data[key][0]
136136

137+
137138
def check_model(name, v_name):
138139
"""Model checking before using version_to_model."""
139140
if v_name in ["Plugwise", "Plugwise B.V."]:

0 commit comments

Comments
 (0)