Skip to content

Commit cbd90a8

Browse files
committed
Fix function-argument use
1 parent 3e70276 commit cbd90a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _get_device_data(self, dev_id: str) -> DeviceData:
188188
# Switching groups data
189189
self._device_data_switching_group(device, data)
190190
# Adam data
191-
self._device_data_adam(dev_id, device, data)
191+
self._device_data_adam(device, data)
192192

193193
return data
194194

0 commit comments

Comments
 (0)