From 193259cbcec77add8e189c4dedeefb15fef50d5e Mon Sep 17 00:00:00 2001 From: David Spickett Date: Fri, 12 Aug 2022 10:56:09 +0000 Subject: [LLDB] Remove __future__ imports from tests Not needed now that we require python 3. Reviewed By: kastiglione, JDevlieghere Differential Revision: https://reviews.llvm.org/D131761 --- .../default-constructor/TestDefaultConstructorForAPIObjects.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py') diff --git a/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py index 20f2884a2e93..b739dc857805 100644 --- a/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ b/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -11,9 +11,6 @@ SBCommandReturnObject, SBStream, and SBSymbolContextList, are all valid objects after default construction. """ -from __future__ import print_function - - import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * -- cgit v1.2.3