Skip to content

Commit c19320f

Browse files
committed
Fix indentation regression due to updated black
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 296023a commit c19320f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osi3trace/osi_trace.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Module to handle and manage OSI trace files.
33
"""
4+
45
import lzma
56
import struct
67

0 commit comments

Comments
 (0)