We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4783840 commit 76474b6Copy full SHA for 76474b6
src/asammdf/gui/widgets/file.py
@@ -21,11 +21,11 @@
21
from ...blocks.v4_blocks import AttachmentBlock, FileHistory, HeaderBlock
22
from ...blocks.v4_blocks import TextBlock as TextV4
23
from ...blocks.v4_constants import (
24
- BUS_TYPE_NONE,
25
BUS_TYPE_CAN,
26
BUS_TYPE_ETHERNET,
27
BUS_TYPE_FLEXRAY,
28
BUS_TYPE_LIN,
+ BUS_TYPE_NONE,
29
BUS_TYPE_USB,
30
CompressionAlgorithm,
31
FLAG_CG_BUS_EVENT,
0 commit comments