]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/wiegand/pd.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / wiegand / pd.py
index 1f03651d8e33133383220d6289efd7c053db1119..2352fbc85c5000e8407e012feb303f654028672c 100644 (file)
@@ -48,7 +48,7 @@ class Decoder(srd.Decoder):
         ('state', 'Stream state', (1,)),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self._samples_per_bit = 10
 
         self._d0_prev = None