1 parent 7d4b4e4 commit 0f06e21Copy full SHA for 0f06e21
1 file changed
can/message.py
@@ -228,7 +228,9 @@ def __deepcopy__(self, memo: dict) -> "Message":
228
error_state_indicator=self.error_state_indicator,
229
)
230
231
- def _check(self) -> None: # pylint: disable=too-many-branches; it's still simple code
+ def _check(
232
+ self,
233
+ ) -> None: # pylint: disable=too-many-branches; it's still simple code
234
"""Checks if the message parameters are valid.
235
236
Assumes that the attribute types are already correct.
0 commit comments