diff options
| author | sw23 <sw23@users.noreply.github.com> | 2020-10-29 20:15:34 -0400 |
|---|---|---|
| committer | sw23 <sw23@users.noreply.github.com> | 2020-10-29 20:15:34 -0400 |
| commit | ad166ca479f405a9cb43fae9fe7b082d2e6ba19f (patch) | |
| tree | bcea41d98dbab9bd61b464ac48315c46cbcba6a3 /shared-bindings/canio/Message.c | |
| parent | 05d663b183b23432a6e1ff570100ebade5db45bc (diff) | |
Fixing make stub warnings and mypy issuesmak
Diffstat (limited to 'shared-bindings/canio/Message.c')
| -rw-r--r-- | shared-bindings/canio/Message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/canio/Message.c b/shared-bindings/canio/Message.c index e47e997c7..04fa8fc6c 100644 --- a/shared-bindings/canio/Message.c +++ b/shared-bindings/canio/Message.c @@ -31,7 +31,7 @@ #include "py/runtime.h" //| class Message: -//| def __init__(self, id: int, data: bytes, *, extended: bool = False): +//| def __init__(self, id: int, data: bytes, *, extended: bool = False) -> None: //| """Construct a Message to send on a CAN bus. //| //| :param int id: The numeric ID of the message |
