mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
commit ot main
This commit is contained in:
parent
c6b36100b4
commit
a245f4c5d8
1 changed files with 3 additions and 4 deletions
|
|
@ -3,10 +3,9 @@ import dash_bootstrap_components as dbc
|
|||
import pandas as pd
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from dashboard.services.file_manager import FileManager
|
||||
from dashboard.services.json_reader import jsonReader
|
||||
|
||||
from dashboard.components.pivot_charts import build_pivot_tables_and_charts, week_start_monday
|
||||
from backend.src.dashboard.services.file_manager import FileManager
|
||||
from backend.src.dashboard.services.json_reader import jsonReader
|
||||
from backend.src.dashboard.components.pivot_charts import build_pivot_tables_and_charts, week_start_monday
|
||||
|
||||
SAFE_DELIM = "\\\\"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue