aboutsummaryrefslogtreecommitdiff
path: root/usb-control/command_processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'usb-control/command_processor.py')
-rw-r--r--usb-control/command_processor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb-control/command_processor.py b/usb-control/command_processor.py
index 945c337..f68fd9b 100644
--- a/usb-control/command_processor.py
+++ b/usb-control/command_processor.py
@@ -110,4 +110,3 @@ class CommandProcessor:
for cmd in self.command_list:
(cb, helpstr) = self.command_dict[cmd]
cb(dev)
-