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

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

index e27dd1d..0beca27 100644 (file)
@@ -2,16 +2,9 @@
 Test that variable expressions of integer basic types are evaluated 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 IntegerTypesExprTestCase(AbstractBase.GenericTester):