mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: remove unused import
This commit is contained in:
@@ -2,15 +2,12 @@ __version__ = "3.0.7"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
from httprunner.runner import HttpRunner
|
||||
from httprunner.schema import TConfig, TStep
|
||||
from httprunner.testcase import Config, Step, RunRequest, RunTestCase
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"__description__",
|
||||
"HttpRunner",
|
||||
"TConfig",
|
||||
"TStep",
|
||||
"Config",
|
||||
"Step",
|
||||
"RunRequest",
|
||||
|
||||
Reference in New Issue
Block a user