summaryrefslogtreecommitdiff
path: root/decoders/can
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/can')
-rw-r--r--decoders/can/__init__.py1
-rw-r--r--decoders/can/pd.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/decoders/can/__init__.py b/decoders/can/__init__.py
index 38731c2..9f9fcde 100644
--- a/decoders/can/__init__.py
+++ b/decoders/can/__init__.py
@@ -28,4 +28,3 @@ MCP-2515DM-BM).
'''
from .pd import *
-
diff --git a/decoders/can/pd.py b/decoders/can/pd.py
index f80ebc6..df2cbee 100644
--- a/decoders/can/pd.py
+++ b/decoders/can/pd.py
@@ -379,4 +379,3 @@ class Decoder(srd.Decoder):
if not self.reached_bit(self.curbit):
continue
self.handle_bit(can_rx)
-