change: remove TConfig functions field

This commit is contained in:
debugtalk
2020-05-15 11:39:17 +08:00
parent 647d8c6312
commit 454c70d062
3 changed files with 3 additions and 7 deletions

View File

@@ -36,7 +36,6 @@ class TConfig(BaseModel):
verify: Verify = False
base_url: BaseUrl = ""
variables: VariablesMapping = {}
functions: FunctionsMapping = {}
setup_hooks: Hook = []
teardown_hooks: Hook = []
export: Export = []