mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 04:37:38 +08:00
change: remove unused imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import os
|
||||
import time
|
||||
|
||||
from httprunner import context, exceptions, loader, parser, runner
|
||||
from tests.base import ApiServerUnittest, gen_md5, gen_random_string
|
||||
from tests.api_server import gen_md5
|
||||
from tests.base import ApiServerUnittest, gen_random_string
|
||||
|
||||
|
||||
class TestContext(ApiServerUnittest):
|
||||
|
||||
Reference in New Issue
Block a user