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

@@ -3,9 +3,10 @@ import time
import unittest
import requests
from tests.api_server import FLASK_APP_PORT, HTTPBIN_HOST, HTTPBIN_PORT
from tests.api_server import app as flask_app
from tests.api_server import gen_md5, gen_random_string, get_sign, httpbin_app
from tests.api_server import gen_random_string, get_sign, httpbin_app
def run_flask():