Skip to content

Commit

Permalink
remove render_settings from functions not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Aug 13, 2024
1 parent 935d13a commit c2ab766
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,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"):
Expand Down

0 comments on commit c2ab766

Please sign in to comment.