Skip to content

Commit

Permalink
internal input is required from user, as it needs to be saved in lean…
Browse files Browse the repository at this point in the history
… config and needed raise_missing_properties()
  • Loading branch information
rjra2611 committed May 23, 2022
1 parent 1d28ab6 commit f0f1b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lean/models/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ class InternalInputUserInput(UserInputConfiguration):

def __init__(self, config_json_object):
super().__init__(config_json_object)
self._is_required_from_user = False
self._is_conditional: bool = False
value_options: List[ConditionalValueOption] = []
if "value-options" in config_json_object.keys():
Expand Down

0 comments on commit f0f1b19

Please sign in to comment.