python: fix all 'imported but unused' warnings
[babeltrace.git] / src / bindings / python / bt2 / bt2 / event_class.py
index 8d9d54dcc8fe7fae316a23a7d6b4343b23cfa6e5..afa42d03afee8b4d398fe0fc84db309cc9aff96b 100644 (file)
@@ -23,9 +23,7 @@
 from bt2 import native_bt, object, utils
 from bt2 import field_class as bt2_field_class
 from bt2 import value as bt2_value
-from bt2 import event as bt2_event
 from bt2 import stream_class as bt2_stream_class
-import bt2
 
 
 class EventClassLogLevel:
This page took 0.031013 seconds and 4 git commands to generate.