Skip to content

Commit 11cfac6

Browse files
committed
Updated formatting of logformats_test.py
1 parent c2e0fe6 commit 11cfac6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/logformats_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,13 @@ def test_write(self):
690690
("Sep 30 15:06:13.191 am 2017", 1506776773.191),
691691
]
692692
)
693-
def test_datetime_to_timestamp(self, datetime_string: str, expected_timestamp: float):
693+
def test_datetime_to_timestamp(
694+
self, datetime_string: str, expected_timestamp: float
695+
):
694696
timestamp = can.ASCReader._datetime_to_timestamp(datetime_string)
695697
self.assertAlmostEqual(timestamp, expected_timestamp)
696698

699+
697700
class TestBlfFileFormat(ReaderWriterTest):
698701
"""Tests can.BLFWriter and can.BLFReader.
699702

0 commit comments

Comments
 (0)