Skip to content

Commit

Permalink
Merge branch 'release/v3' into fix/SIN-297
Browse files Browse the repository at this point in the history
  • Loading branch information
scaliseraoul authored Jan 17, 2025
2 parents 0028798 + 2d54457 commit 1bbb436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandasai/agent/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def execute_code(self, code: str) -> dict:
self._state.logger.log(f"Executing code: {code}")
code_executor = CodeExecutor(self._state.config)
code_executor.add_to_env("execute_sql_query", self._execute_sql_query)

return code_executor.execute_and_return_result(code)

def _execute_local_sql_query(self, query: str) -> pd.DataFrame:
Expand Down

0 comments on commit 1bbb436

Please sign in to comment.