diff --git a/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py b/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py index e27dd1d7a8c8..0beca2744335 100644 --- a/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py +++ b/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py @@ -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):