Skip to content

Commit 45a203d

Browse files
committed
SonarQube: remove the unused function parameter timestamp
1 parent b75f7ba commit 45a203d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/sense.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ async def _switch_group(self, response: PlugwiseResponse) -> bool:
586586
return True
587587

588588
async def _hysteresis_state_update(
589-
self, switch_state: bool, switch_group: int, timestamp: datetime
589+
self, switch_state: bool, switch_group: int
590590
) -> None:
591591
"""Process hysteresis state update."""
592592
_LOGGER.debug(

0 commit comments

Comments
 (0)