Skip to content

Commit 0f06e21

Browse files
committed
Format code with black
1 parent 7d4b4e4 commit 0f06e21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

can/message.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,9 @@ def __deepcopy__(self, memo: dict) -> "Message":
228228
error_state_indicator=self.error_state_indicator,
229229
)
230230

231-
def _check(self) -> None: # pylint: disable=too-many-branches; it's still simple code
231+
def _check(
232+
self,
233+
) -> None: # pylint: disable=too-many-branches; it's still simple code
232234
"""Checks if the message parameters are valid.
233235
234236
Assumes that the attribute types are already correct.

0 commit comments

Comments
 (0)