can: RemoteTransmissionRequest: remove duplicate docstrings

This commit is contained in:
Jeff Epler 2020-09-28 19:47:06 -05:00
parent 809225fd1e
commit 979ec3a458

View File

@ -113,14 +113,6 @@ STATIC const mp_obj_property_t canio_remote_transmission_request_extended_obj =
(mp_obj_t)&mp_const_none_obj}, (mp_obj_t)&mp_const_none_obj},
}; };
//| extended: bool
//| """True if the message's id is an extended id"""
//|
//| id: int
//| """The numeric ID of the message"""
//|
//| length: int //| length: int
//| """The length of the requested message.""" //| """The length of the requested message."""
//| //|