diff options
Diffstat (limited to 'lldb/test/API/python_api/module_section/TestModuleAndSection.py')
| -rw-r--r-- | lldb/test/API/python_api/module_section/TestModuleAndSection.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 * |
