fix: add class self-reference for variable annotations

This commit is contained in:
xucong053
2021-07-16 13:56:23 +08:00
committed by GitHub
parent bf34487134
commit cc66646116
+3
View File
@@ -162,6 +162,9 @@ class StepData(BaseModel):
export_vars: VariablesMapping = {}
StepData.update_forward_refs()
class TestCaseSummary(BaseModel):
name: Text
success: bool