change: remove unused imports

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

View File

@@ -1,4 +1,5 @@
import requests
from httprunner import built_in, exceptions, loader, response
from httprunner.compat import basestring, bytes
from tests.api_server import HTTPBIN_SERVER