Skip to content

Commit a3db5ed

Browse files
committed
style: apply black formatting to logformats_test.py
1 parent 32c77e1 commit a3db5ed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/logformats_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1212
TODO: correctly set preserves_channel and adds_default_channel
1313
"""
14+
1415
import locale
1516
import logging
1617
import os
@@ -716,9 +717,7 @@ def test_write_relative_timestamp_roundtrip(self):
716717
can.Message(timestamp=100.5, arbitration_id=0x2, data=b"\x02"),
717718
]
718719

719-
with can.ASCWriter(
720-
self.test_file_name, timestamps_format="relative"
721-
) as writer:
720+
with can.ASCWriter(self.test_file_name, timestamps_format="relative") as writer:
722721
for m in msgs:
723722
writer.on_message_received(m)
724723

0 commit comments

Comments
 (0)