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

@@ -7,11 +7,11 @@ import types
from httprunner import exceptions, logger
""" validate data format
TODO: refactor with JSON schema validate
"""
def is_testcase(data_structure):
""" check if data_structure is a testcase.