Skip to content

Commit

Permalink
Merge pull request vanna-ai#434 from xtuhcy/main
Browse files Browse the repository at this point in the history
Fixed a bug where the ask function did not return fig
  • Loading branch information
zainhoda committed May 20, 2024
2 parents 4e844f3 + 7b6d210 commit 6eb7f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanna/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ def ask(
return None
else:
return sql, None, None
return sql, df, None
return sql, df, fig

def train(
self,
Expand Down

0 comments on commit 6eb7f6b

Please sign in to comment.