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 --- lldb/test/API/python_api/module_section/TestModuleAndSection.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/test/API/python_api/module_section') diff --git a/lldb/test/API/python_api/module_section/TestModuleAndSection.py b/lldb/test/API/python_api/module_section/TestModuleAndSection.py index 403f20ab9f18..493d372408c5 100644 --- a/lldb/test/API/python_api/module_section/TestModuleAndSection.py +++ b/lldb/test/API/python_api/module_section/TestModuleAndSection.py @@ -2,9 +2,6 @@ Test some SBModule and SBSection APIs. """ -from __future__ import print_function - - import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * -- cgit v1.2.3