change: remove unused imports

This commit is contained in:
debugtalk
2019-10-04 23:12:20 +08:00
parent 8a9407073f
commit ff75c13543
18 changed files with 43 additions and 26 deletions

View File

@@ -1,13 +1,12 @@
# encoding: utf-8
import json
import re
import jsonpath
from httprunner import exceptions, logger, utils
from httprunner.compat import OrderedDict, basestring, is_py2
text_extractor_regexp_compile = re.compile(r".*\(.*\).*")