Fix: tests: remove unused imports
[babeltrace.git] / tests / bindings / python / bt2 / test_field.py
index a8d2fa021705e541c6129e20f37eba8a32e348d7..2f4a7a76bac7031b647b680928aa27d4f90c9010 100644 (file)
@@ -24,11 +24,7 @@ import copy
 import itertools
 import collections
 import bt2
-from utils import (
-    get_default_trace_class,
-    TestOutputPortMessageIterator,
-    create_const_field,
-)
+from utils import get_default_trace_class, create_const_field
 
 
 _COMP_BINOPS = (operator.eq, operator.ne)
This page took 0.023608 seconds and 4 git commands to generate.