diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py b/lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py index 9aa28f77a3f..c93a05abe89 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/fixits/TestFixIts.py @@ -2,7 +2,6 @@ Test calling an expression with errors that a FixIt can fix. """ -from __future__ import print_function import lldb |