From 16c02b481c4194df6c334031515a7716f216eb26 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 25 Jul 2019 14:02:58 -0400 Subject: [PATCH] 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 --- tests/bindings/python/bt2/test_component.py | 1 - tests/bindings/python/bt2/test_field_class.py | 1 - 2 files changed, 2 deletions(-) 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 -- 2.34.1