]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index aa1ead548fe0b4a9878a1a4b83f027f20311b634..0a3abbaf62daf1aef006cdc285b89bb131b96f86 100644 (file)
@@ -34,7 +34,7 @@ class Decoder(srd.Decoder):
         ('kelvin', 'Temperature in Kelvin'),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.state = 'IGNORE START REPEAT'
         self.data = []