Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyielia committed Jul 16, 2024
1 parent 9973260 commit 2cd6145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from langgraph.graph import StateGraph
from tqdm.auto import tqdm
from vizro_ai.dashboard._pydantic_output import _get_pydantic_output
from vizro_ai.dashboard.build.page import PageBuilder
from vizro_ai.dashboard.page_build.page import PageBuilder
from vizro_ai.dashboard.data_preprocess.df_info import DfInfo, _get_df_info, df_sum_prompt
from vizro_ai.dashboard.plan.dashboard import DashboardPlanner
from vizro_ai.dashboard.plan.page import PagePlanner
Expand Down

0 comments on commit 2cd6145

Please sign in to comment.