@@ -750,7 +750,7 @@ class CircleClockSetRequest(PlugwiseRequest):
750750 _identifier = b"0016"
751751 _reply_identifier = b"0000"
752752
753- def __init__ ( #pylint: disable=too-many-arguments
753+ def __init__ ( # pylint: disable=too-many-arguments
754754 self ,
755755 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
756756 mac : bytes ,
@@ -1083,7 +1083,7 @@ class NodeAddToGroupRequest(PlugwiseRequest):
10831083 _identifier = b"0045"
10841084 _reply_identifier = b"0000"
10851085
1086- def __init__ ( #pylint: disable=too-many-arguments
1086+ def __init__ ( # pylint: disable=too-many-arguments
10871087 self ,
10881088 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
10891089 mac : bytes ,
@@ -1231,7 +1231,7 @@ class NodeSleepConfigRequest(PlugwiseRequest):
12311231 _identifier = b"0050"
12321232 _reply_identifier = b"0000"
12331233
1234- def __init__ ( #pylint: disable=too-many-arguments
1234+ def __init__ ( # pylint: disable=too-many-arguments
12351235 self ,
12361236 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
12371237 mac : bytes ,
@@ -1402,7 +1402,7 @@ class ScanConfigureRequest(PlugwiseRequest):
14021402 _identifier = b"0101"
14031403 _reply_identifier = b"0100"
14041404
1405- def __init__ ( #pylint: disable=too-many-arguments
1405+ def __init__ ( # pylint: disable=too-many-arguments
14061406 self ,
14071407 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
14081408 mac : bytes ,
0 commit comments