[lldb][NFC] Remove unused imports in python tests

llvm-svn: 367663
This commit is contained in:
Raphael Isemann
2019-08-02 08:06:22 +00:00
parent f5b91f2a0f
commit 9eedbc4f26
513 changed files with 0 additions and 1022 deletions

View File

@@ -4,9 +4,6 @@ Test some SBStructuredData API.
from __future__ import print_function
import os
import re
import time
import lldb
from lldbsuite.test.decorators import *