diff options
Diffstat (limited to 'decoders/pan1321.py')
-rw-r--r-- | decoders/pan1321.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/pan1321.py b/decoders/pan1321.py index 3174ffe..f79d820 100644 --- a/decoders/pan1321.py +++ b/decoders/pan1321.py @@ -47,7 +47,7 @@ class Decoder(srd.Decoder): } annotations = [ # ANN_ASCII - ["ASCII", "TODO: description"], + ['ASCII', 'TODO: description'], ] def __init__(self, **kwargs): |