From: Philippe Proulx Date: Thu, 25 Jul 2019 18:02:58 +0000 (-0400) Subject: tests/bindings/python/bt2: remove unneeded `import` lines X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=16c02b481c4194df6c334031515a7716f216eb26 tests/bindings/python/bt2: remove unneeded `import` lines Signed-off-by: Philippe Proulx Change-Id: I05bb962fff357f362ee5d965dfc27d2eb5d58220 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1785 Tested-by: jenkins --- diff --git a/tests/bindings/python/bt2/test_component.py b/tests/bindings/python/bt2/test_component.py index b61749ec..e347d981 100644 --- a/tests/bindings/python/bt2/test_component.py +++ b/tests/bindings/python/bt2/test_component.py @@ -16,7 +16,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -from bt2 import value import unittest import copy import bt2 diff --git a/tests/bindings/python/bt2/test_field_class.py b/tests/bindings/python/bt2/test_field_class.py index b9b7a2f9..4d56b467 100644 --- a/tests/bindings/python/bt2/test_field_class.py +++ b/tests/bindings/python/bt2/test_field_class.py @@ -16,7 +16,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -import bt2.field import unittest import bt2 import collections