Skip to content

Commit ab97c11

Browse files
committed
Clean up
1 parent 2a50706 commit ab97c11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugwise/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ def _get_measurement_data(self, entity_id: str, entity: GwEntityData) -> None:
371371
self._cleanup_data(data)
372372

373373
entity.update(data)
374-
return
375374

376375
def _collect_group_sensors(
377376
self,

plugwise/legacy/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def _get_measurement_data(self, entity_id: str, entity: GwEntityData) -> None:
291291
self._count -= 1
292292

293293
entity.update(data)
294-
return
295294

296295
def _power_data_from_modules(self) -> GwEntityData:
297296
"""Helper-function for smile.py: _get_entity_data().

0 commit comments

Comments
 (0)