summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/formatters/TestFormattersSBAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/formatters/TestFormattersSBAPI.py')
-rw-r--r--lldb/test/API/python_api/formatters/TestFormattersSBAPI.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/API/python_api/formatters/TestFormattersSBAPI.py b/lldb/test/API/python_api/formatters/TestFormattersSBAPI.py
index 45d78cdb474c..508ace7cfe7c 100644
--- a/lldb/test/API/python_api/formatters/TestFormattersSBAPI.py
+++ b/lldb/test/API/python_api/formatters/TestFormattersSBAPI.py
@@ -1,8 +1,5 @@
"""Test Python APIs for working with formatters"""
-from __future__ import print_function
-
-
import lldb
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *