python: fix all 'imported but unused' warnings
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 27 Aug 2019 04:54:49 +0000 (00:54 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 27 Aug 2019 20:23:29 +0000 (16:23 -0400)
commit6a4dbecc89debb548aeb24d49e2a8a500c03f3e7
treed839bf5b3a4e960f85a7458c85b2f2344dbcd93d
parent082db6480d4f3686922269ec24c2ecc7b2c28bce
python: fix all 'imported but unused' warnings

Fix all instances of this warning (code F401) found in the repo by
flake8.

Change-Id: I49dc56715d7f23a8779b7bcaf819ee2c90523a6f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reported-by: flake8
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1979
Tested-by: jenkins <jenkins@lttng.org>
src/bindings/python/bt2/bt2/component_descriptor.py
src/bindings/python/bt2/bt2/event_class.py
src/bindings/python/bt2/bt2/mip.py
src/bindings/python/bt2/bt2/trace_collection_message_iterator.py
tests/bindings/python/bt2/test_mip.py
This page took 0.024207 seconds and 4 git commands to generate.