Skip to content

Commit f327c74

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a41be1d commit f327c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _device_data_switching_group(
145145
"""
146146
if device["dev_class"] not in SWITCH_GROUP_TYPES:
147147
return device_data
148-
148+
149149
counter = 0
150150
for member in device["members"]:
151151
if self.gw_devices[member]["switches"].get("relay"):

0 commit comments

Comments
 (0)