[lldb] Remove unused "import unittest2" statements

This commit is contained in:
Dave Lee
2022-08-07 12:37:56 -06:00
parent 56f9cfe30c
commit 95367da43d
103 changed files with 0 additions and 148 deletions

View File

@@ -4,7 +4,6 @@ Test SBTarget APIs.
import unittest2
import lldb
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *