Skip to content

Commit 76474b6

Browse files
committed
remove prints
1 parent 4783840 commit 76474b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asammdf/gui/widgets/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
from ...blocks.v4_blocks import AttachmentBlock, FileHistory, HeaderBlock
2222
from ...blocks.v4_blocks import TextBlock as TextV4
2323
from ...blocks.v4_constants import (
24-
BUS_TYPE_NONE,
2524
BUS_TYPE_CAN,
2625
BUS_TYPE_ETHERNET,
2726
BUS_TYPE_FLEXRAY,
2827
BUS_TYPE_LIN,
28+
BUS_TYPE_NONE,
2929
BUS_TYPE_USB,
3030
CompressionAlgorithm,
3131
FLAG_CG_BUS_EVENT,

0 commit comments

Comments
 (0)