From 92b7b49f6964f57a7d6fc4473645c993cfa4ba52 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 15 May 2016 15:42:48 +0200 Subject: Use consistent __init__() format across all PDs. The previous **kwargs some PDs had is not actually ever used, so drop it. --- decoders/jtag/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/jtag') diff --git a/decoders/jtag/pd.py b/decoders/jtag/pd.py index aaa9b6a..83d4b28 100644 --- a/decoders/jtag/pd.py +++ b/decoders/jtag/pd.py @@ -88,7 +88,7 @@ class Decoder(srd.Decoder): ('states', 'States', tuple(range(15 + 1))), ) - def __init__(self, **kwargs): + def __init__(self): # self.state = 'TEST-LOGIC-RESET' self.state = 'RUN-TEST/IDLE' self.oldstate = None -- cgit v1.2.3-70-g09d2