[lldb][NFC] Remove unused imports from TestIntegerTypes.py
authorRaphael Isemann <teemperor@gmail.com>
Mon, 2 Sep 2019 11:30:00 +0000 (11:30 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 2 Sep 2019 11:30:00 +0000 (11:30 +0000)
llvm-svn: 370641

lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py

index 9802e95..e8055f0 100644 (file)
@@ -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):