GuglielmoTor commited on
Commit
e82dbcd
·
verified ·
1 Parent(s): 95677de

Update run_agentic_pipeline.py

Browse files
Files changed (1) hide show
  1. run_agentic_pipeline.py +1 -1
run_agentic_pipeline.py CHANGED
@@ -23,7 +23,7 @@ os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
23
  from insight_and_tasks.orchestrators.linkedin_analytics_orchestrator import EnhancedLinkedInAnalyticsOrchestrator
24
  # setup_logging might be called in app.py, if not, call it here or ensure it's called once.
25
  # from insight_and_tasks.utils.logging_config import setup_logging
26
- from analytics_data_processing import prepare_filtered_analytics_data
27
  # Placeholder for UI generator import - to be created later
28
  # from .insights_ui_generator import format_orchestration_results_for_ui
29
 
 
23
  from insight_and_tasks.orchestrators.linkedin_analytics_orchestrator import EnhancedLinkedInAnalyticsOrchestrator
24
  # setup_logging might be called in app.py, if not, call it here or ensure it's called once.
25
  # from insight_and_tasks.utils.logging_config import setup_logging
26
+ from data_processing.analytics_data_processing import prepare_filtered_analytics_data
27
  # Placeholder for UI generator import - to be created later
28
  # from .insights_ui_generator import format_orchestration_results_for_ui
29