Skip to content

Commit 979ec3a

Browse files
committed
can: RemoteTransmissionRequest: remove duplicate docstrings
1 parent 809225f commit 979ec3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

shared-bindings/canio/RemoteTransmissionRequest.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,6 @@ STATIC const mp_obj_property_t canio_remote_transmission_request_extended_obj =
113113
(mp_obj_t)&mp_const_none_obj},
114114
};
115115

116-
//| extended: bool
117-
//| """True if the message's id is an extended id"""
118-
//|
119-
120-
//| id: int
121-
//| """The numeric ID of the message"""
122-
//|
123-
124116
//| length: int
125117
//| """The length of the requested message."""
126118
//|

0 commit comments

Comments
 (0)