Skip to content

Commit

Permalink
Update parenttext_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fagiothree committed Feb 15, 2024
1 parent 913756e commit b6a6d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parenttext_pipeline/models/parenttext_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ class OnboardingQuestionInputTestModel(ParserModel):
class OnboardingQuestionInputModel(DataRowModel):
question: str = ''
variable: str = ''
skip_option: str = ''
skip_value: str = ''
test: OnboardingQuestionInputTestModel = OnboardingQuestionInputTestModel()
error_message: str = ''
attached_single_doc: str = ''
Expand Down

0 comments on commit b6a6d17

Please sign in to comment.