From: Raphael Isemann Date: Mon, 2 Sep 2019 11:30:00 +0000 (+0000) Subject: [lldb][NFC] Remove unused imports from TestIntegerTypes.py X-Git-Tag: llvmorg-11-init~10265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da496363bf2b65b22a80772fec5693d14270e655;p=platform%2Fupstream%2Fllvm.git [lldb][NFC] Remove unused imports from TestIntegerTypes.py llvm-svn: 370641 --- 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):