]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/pd.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / lpc / pd.py
index 5e25db4779ba886070fecd752ecf848926eec966..936839442346a5b609d87c11b88347a2c6798205 100644 (file)
@@ -136,7 +136,7 @@ class Decoder(srd.Decoder):
         ('warnings', 'Warnings', (0,)),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.state = 'IDLE'
         self.oldlclk = -1
         self.samplenum = 0