]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index 962f963fa63e137cb976872978b5f51017f58d41..832eb06d61092d0f8a27a2bbf9e3a2dcc512b336 100644 (file)
@@ -72,7 +72,7 @@ class Decoder(srd.Decoder):
         ('text', 'Human-readable text'),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.state = 'IDLE'
 
     def start(self):