From 9eedbc4f266d1e49d335d48c4c0f717401d927d2 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 2 Aug 2019 08:06:22 +0000 Subject: [lldb][NFC] Remove unused imports in python tests llvm-svn: 367663 --- lldb/packages/Python/lldbsuite/test/lldbtest.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py') diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index 975bfac3ec4..adbd0ec369b 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -36,12 +36,10 @@ from __future__ import print_function # System modules import abc -import collections from distutils.version import LooseVersion from functools import wraps import gc import glob -import inspect import io import os.path import re @@ -976,7 +974,6 @@ class Base(unittest2.TestCase): # unexpected error raise # child is already terminated - pass finally: # Give it one final blow to make sure the child is terminated. self.child.close() -- cgit v1.2.3