From da496363bf2b65b22a80772fec5693d14270e655 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Mon, 2 Sep 2019 11:30:00 +0000 Subject: [PATCH] [lldb][NFC] Remove unused imports from TestIntegerTypes.py llvm-svn: 370641 --- lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py b/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py index 9802e95..e8055f0 100644 --- a/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py +++ b/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py @@ -2,15 +2,9 @@ Test that variables of integer basic types are displayed correctly. """ -from __future__ import print_function - import AbstractBase -import lldb from lldbsuite.test.decorators import * -from lldbsuite.test.lldbtest import * -from lldbsuite.test import lldbutil - class IntegerTypesTestCase(AbstractBase.GenericTester): -- 2.7.4