From d55dcf1728e644afef5d96d1c5bcf61cbf8d302b Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 19 Sep 2023 17:21:57 +0200 Subject: [PATCH] Small fix --- basemodels/manifest/manifest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/basemodels/manifest/manifest.py b/basemodels/manifest/manifest.py index 3194244..47073cf 100644 --- a/basemodels/manifest/manifest.py +++ b/basemodels/manifest/manifest.py @@ -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()