Skip to content

Commit

Permalink
fix parentheses to dataframe object
Browse files Browse the repository at this point in the history
  • Loading branch information
medsriha authored Dec 12, 2024
1 parent 3d78f15 commit 0510a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def run(self, query: str) -> Dict[str, Any]:
if not query:
logger.error("Provide a valid SQL query.")
return {
"dataframe": pd.DataFrame,
"dataframe": pd.DataFrame(),
"table": "",
}
else:
Expand Down

0 comments on commit 0510a62

Please sign in to comment.