diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-09-02 11:30:00 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-09-02 11:30:00 +0000 |
commit | da496363bf2b65b22a80772fec5693d14270e655 (patch) | |
tree | 927c2f0998b24a5641455872f99ac41f98c6c750 /lldb/packages/Python | |
parent | b06b14ba8cf32c16119bea9252468dea58a61200 (diff) | |
download | bcm5719-llvm-da496363bf2b65b22a80772fec5693d14270e655.tar.gz bcm5719-llvm-da496363bf2b65b22a80772fec5693d14270e655.zip |
[lldb][NFC] Remove unused imports from TestIntegerTypes.py
llvm-svn: 370641
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py b/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py index 9802e95d8a7..e8055f009ef 100644 --- a/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py +++ b/lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py @@ -2,15 +2,9 @@ Test that variables of integer basic types are displayed correctly. """ -from __future__ import print_function - import AbstractBase -import lldb from lldbsuite.test.decorators import * -from lldbsuite.test.lldbtest import * -from lldbsuite.test import lldbutil - class IntegerTypesTestCase(AbstractBase.GenericTester): |