Skip to content

Commit 6ef2eae

Browse files
author
autoruff
committed
fixup: remove-sw-group Python code fixed using ruff
1 parent 3fe93d9 commit 6ef2eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _get_groups(self) -> dict[str, GwEntityData]:
191191
group_type = group.find("type").text
192192
if group_type != "pumping":
193193
continue
194-
194+
195195
group_appliances = group.findall("appliances/appliance")
196196
for item in group_appliances:
197197
# Check if members are not orphaned - stretch

0 commit comments

Comments
 (0)