diff --git a/test/logformats_test.py b/test/logformats_test.py index 452931e55..0ea44461e 100644 --- a/test/logformats_test.py +++ b/test/logformats_test.py @@ -665,7 +665,9 @@ def test_write(self): writer = can.ASCWriter(self.test_file_name) msg = can.Message( - timestamp=now.timestamp(), arbitration_id=0x123, data=(_ for _ in range(64)) + timestamp=now.timestamp(), + arbitration_id=0x123, + data=(_ for _ in range(64)), ) with writer: