Skip to content

Commit ec00893

Browse files
committed
Format code with black
1 parent 7a69650 commit ec00893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/slcan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
btr: Optional[str] = None,
6060
sleep_after_open: float = _SLEEP_AFTER_SERIAL_OPEN,
6161
rtscts: bool = False,
62-
**kwargs: Any
62+
**kwargs: Any,
6363
) -> None:
6464
"""
6565
:raise ValueError: if both *bitrate* and *btr* are set

0 commit comments

Comments
 (0)