[lldb][NFC] Remove unused imports from TestIntegerTypes.py

llvm-svn: 370641
This commit is contained in:
Raphael Isemann 2019-09-02 11:30:00 +00:00
parent b06b14ba8c
commit da496363bf
1 changed files with 0 additions and 6 deletions

View File

@ -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):