Skip to content

Commit

Permalink
Revert docstring to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Jan 9, 2024
1 parent 2782adf commit 3fa16eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vizro-ai/src/vizro_ai/_vizro_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def _get_chart_code(self, df: pd.DataFrame, user_input: str) -> str:
Args:
df: The dataframe to be analyzed
user_input: User questions or descriptions of the desired visual
explain: Flag to include explanation in response
"""
# TODO refine and update error handling
return self._run_plot_tasks(df, user_input, explain=False).get("code_string")
Expand Down

0 comments on commit 3fa16eb

Please sign in to comment.