summaryrefslogtreecommitdiff
path: root/decoders/xfp
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/xfp')
-rw-r--r--decoders/xfp/__init__.py1
-rw-r--r--decoders/xfp/pd.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/decoders/xfp/__init__.py b/decoders/xfp/__init__.py
index fa4e8a2..664967d 100644
--- a/decoders/xfp/__init__.py
+++ b/decoders/xfp/__init__.py
@@ -38,4 +38,3 @@ The XFP specification is available here:
'''
from .pd import *
-
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py
index b8ec8ed..9a6543c 100644
--- a/decoders/xfp/pd.py
+++ b/decoders/xfp/pd.py
@@ -644,4 +644,3 @@ class Decoder(srd.Decoder):
self.annotate("AUX1 monitoring", aux)
aux = AUX_TYPES[data[0] & 0x0f]
self.annotate("AUX2 monitoring", aux)
-