summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
-rw-r--r--lldb/test/API/python_api/thread/TestThreadAPI.py3
1 files changed, 0 insertions, 3 deletions
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 *