]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/adns5020/pd.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / adns5020 / pd.py
index 29b639752fa2eb8a59b7fc3bc8694ca61e8d065f..972227e96c93a3c05b1493817ae844179833e131 100644 (file)
@@ -59,7 +59,7 @@ class Decoder(srd.Decoder):
         ('warnings', 'Warnings', (2,)),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.ss_cmd, self.es_cmd = 0, 0
         self.mosi_bytes = []