diff --git a/recipes/Functions.py b/recipes/Functions.py index cebf4d5dd..129e39af3 100644 --- a/recipes/Functions.py +++ b/recipes/Functions.py @@ -86,9 +86,6 @@ def render_form_v2(self): def render_variables(self): variables_input(template_keys=["code"], allow_add=True) - def render_settings(self): - raise NotImplementedError - def render_output(self): if error := gui.session_state.get("error"): with gui.tag("pre", className="bg-danger bg-opacity-25"):