Skip to content

Commit fb8ce5b

Browse files
committed
Removed unused imports
1 parent 958779b commit fb8ce5b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

streaming_data_types/logdata_f142.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
ArrayUByteStart,
1313
ArrayUByteAddValue,
1414
ArrayUByteEnd,
15-
ArrayUByteStartValueVector,
1615
)
1716
from streaming_data_types.fbschemas.logdata_f142.Byte import (
1817
Byte,
@@ -25,7 +24,6 @@
2524
ArrayByteStart,
2625
ArrayByteAddValue,
2726
ArrayByteEnd,
28-
ArrayByteStartValueVector,
2927
)
3028
from streaming_data_types.fbschemas.logdata_f142.UShort import (
3129
UShort,
@@ -38,7 +36,6 @@
3836
ArrayUShortStart,
3937
ArrayUShortAddValue,
4038
ArrayUShortEnd,
41-
ArrayUShortStartValueVector,
4239
)
4340
from streaming_data_types.fbschemas.logdata_f142.Short import (
4441
Short,
@@ -51,7 +48,6 @@
5148
ArrayShortStart,
5249
ArrayShortAddValue,
5350
ArrayShortEnd,
54-
ArrayShortStartValueVector,
5551
)
5652
from streaming_data_types.fbschemas.logdata_f142.UInt import (
5753
UInt,
@@ -64,7 +60,6 @@
6460
ArrayUIntStart,
6561
ArrayUIntAddValue,
6662
ArrayUIntEnd,
67-
ArrayUIntStartValueVector,
6863
)
6964
from streaming_data_types.fbschemas.logdata_f142.Int import (
7065
Int,
@@ -77,7 +72,6 @@
7772
ArrayIntStart,
7873
ArrayIntAddValue,
7974
ArrayIntEnd,
80-
ArrayIntStartValueVector,
8175
)
8276
from streaming_data_types.fbschemas.logdata_f142.ULong import (
8377
ULong,
@@ -90,7 +84,6 @@
9084
ArrayULongStart,
9185
ArrayULongAddValue,
9286
ArrayULongEnd,
93-
ArrayULongStartValueVector,
9487
)
9588
from streaming_data_types.fbschemas.logdata_f142.Long import (
9689
Long,
@@ -103,7 +96,6 @@
10396
ArrayLongStart,
10497
ArrayLongAddValue,
10598
ArrayLongEnd,
106-
ArrayLongStartValueVector,
10799
)
108100
from streaming_data_types.fbschemas.logdata_f142.Float import (
109101
Float,
@@ -116,7 +108,6 @@
116108
ArrayFloatStart,
117109
ArrayFloatAddValue,
118110
ArrayFloatEnd,
119-
ArrayFloatStartValueVector,
120111
)
121112
from streaming_data_types.fbschemas.logdata_f142.Double import (
122113
Double,
@@ -129,7 +120,6 @@
129120
ArrayDoubleStart,
130121
ArrayDoubleAddValue,
131122
ArrayDoubleEnd,
132-
ArrayDoubleStartValueVector,
133123
)
134124
from streaming_data_types.fbschemas.logdata_f142.String import (
135125
String,

0 commit comments

Comments
 (0)