Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed May 6, 2024
1 parent 15b16e4 commit 3582de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def output_tree(id):

class render_tree(Renderer[dict]):
def auto_output_ui(self):
return ui.ouptut_tree(self.ouptut_name)
return ui.output_tree(self.output_name)

async def transform(self, value: dict):
return value
Expand Down

0 comments on commit 3582de4

Please sign in to comment.