GuglielmoTor commited on
Commit
18b0990
·
verified ·
1 Parent(s): 48a048c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ from ui_generators import (
26
  build_analytics_tab_plot_area,
27
  BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
28
  )
29
- from analytics_data_processing import prepare_filtered_analytics_data # This is key for data structure
30
  from analytics_plot_generator import update_analytics_plots_figures
31
  from formulas import PLOT_FORMULAS
32
 
 
26
  build_analytics_tab_plot_area,
27
  BOMB_ICON, EXPLORE_ICON, FORMULA_ICON, ACTIVE_ICON
28
  )
 
29
  from analytics_plot_generator import update_analytics_plots_figures
30
  from formulas import PLOT_FORMULAS
31