Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lapaniku committed Sep 19, 2023
1 parent d771f55 commit d55dcf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basemodels/manifest/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class RequestConfig(Model):
multiple_choice_min_choices = IntType(default=1)
overlap_threshold = FloatType(required=False)
answer_type = StringType(choices=["int", "float", "str"], default="str")
ignore_case = BooleanType()
max_value = FloatType()
min_value = FloatType()
max_length = IntType()
Expand Down

0 comments on commit d55dcf1

Please sign in to comment.