X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fedid%2Fpd.py;h=41b790328dea70bc969bbbc55d113c625bc1e2c4;hp=f27cf93b80e4ccf2da1a1b14112b9f5b2308da6d;hb=da9bcbd9f45b0153465c55ec726a0d76f6d7f01e;hpb=d1e2129c7b01a760d48bcc8e7fc12956a62698c1 diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index f27cf93..41b7903 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -81,10 +81,10 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['edid'] - annotations = [ - ['fields', 'EDID structure fields'], - ['sections', 'EDID structure sections'], - ] + annotations = ( + ('fields', 'EDID structure fields'), + ('sections', 'EDID structure sections'), + ) def __init__(self, **kwargs): self.state = None