Skip to content

Commit 77ff3ce

Browse files
committed
Reformat with 'black'
1 parent 7981cf8 commit 77ff3ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

can/interfaces/serial/serial_can.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,5 @@ def _detect_available_configs():
177177
serial_ports = list_ports.comports()
178178

179179
for port in serial_ports:
180-
channels.append(
181-
{"interface": "serial", "channel": port.device},
182-
)
180+
channels.append({"interface": "serial", "channel": port.device})
183181
return channels

0 commit comments

Comments
 (0)