mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 22:57:34 +08:00
change: remove unused imports
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user