Skip to content

Commit 0357eb4

Browse files
committed
style: apply black formatting to logformats_test.py
1 parent 5bb3e89 commit 0357eb4

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
@@ -709,9 +710,7 @@ def test_write_relative_timestamp_roundtrip(self):
709710
can.Message(timestamp=100.5, arbitration_id=0x2, data=b"\x02"),
710711
]
711712

712-
with can.ASCWriter(
713-
self.test_file_name, timestamps_format="relative"
714-
) as writer:
713+
with can.ASCWriter(self.test_file_name, timestamps_format="relative") as writer:
715714
for m in msgs:
716715
writer.on_message_received(m)
717716

0 commit comments

Comments
 (0)