From 92b7b49f6964f57a7d6fc4473645c993cfa4ba52 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 15 May 2016 15:42:48 +0200 Subject: Use consistent __init__() format across all PDs. The previous **kwargs some PDs had is not actually ever used, so drop it. --- decoders/modbus/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/modbus') diff --git a/decoders/modbus/pd.py b/decoders/modbus/pd.py index 1942e18..3420f99 100644 --- a/decoders/modbus/pd.py +++ b/decoders/modbus/pd.py @@ -846,7 +846,7 @@ class Decoder(srd.Decoder): 'values': ('RX', 'TX')}, ) - def __init__(self, **kwargs): + def __init__(self): self.ADUSc = None # Start off with empty slave -> client ADU. self.ADUCs = None # Start off with empty client -> slave ADU. -- cgit v1.2.3-70-g09d2