We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7981cf8 commit 77ff3ceCopy full SHA for 77ff3ce
can/interfaces/serial/serial_can.py
@@ -177,7 +177,5 @@ def _detect_available_configs():
177
serial_ports = list_ports.comports()
178
179
for port in serial_ports:
180
- channels.append(
181
- {"interface": "serial", "channel": port.device},
182
- )
+ channels.append({"interface": "serial", "channel": port.device})
183
return channels
0 commit comments