diff options
Diffstat (limited to 'decoders/i2cfilter/pd.py')
-rw-r--r-- | decoders/i2cfilter/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/i2cfilter/pd.py b/decoders/i2cfilter/pd.py index 9156803..8be7828 100644 --- a/decoders/i2cfilter/pd.py +++ b/decoders/i2cfilter/pd.py @@ -37,7 +37,6 @@ class Decoder(srd.Decoder): {'id': 'direction', 'desc': 'Direction to filter', 'default': 'both', 'values': ('read', 'write', 'both')} ) - annotations = [] def __init__(self, **kwargs): self.state = None |