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 14, 2024
1 parent 4e7be36 commit 4637475
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 @@ -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"):
Expand Down

0 comments on commit 4637475

Please sign in to comment.