There was an error while loading. Please reload this page.
1 parent 7a69650 commit ec00893Copy full SHA for ec00893
1 file changed
can/interfaces/slcan.py
@@ -59,7 +59,7 @@ def __init__(
59
btr: Optional[str] = None,
60
sleep_after_open: float = _SLEEP_AFTER_SERIAL_OPEN,
61
rtscts: bool = False,
62
- **kwargs: Any
+ **kwargs: Any,
63
) -> None:
64
"""
65
:raise ValueError: if both *bitrate* and *btr* are set
0 commit comments