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/thread/TestThreadAPI.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py') diff --git a/lldb/test/API/python_api/thread/TestThreadAPI.py b/lldb/test/API/python_api/thread/TestThreadAPI.py index 50dd73c4f8ad..7bdcf36810b5 100644 --- a/lldb/test/API/python_api/thread/TestThreadAPI.py +++ b/lldb/test/API/python_api/thread/TestThreadAPI.py @@ -2,9 +2,6 @@ Test SBThread APIs. """ -from __future__ import print_function - - import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * -- cgit v1.2.3