diff --git a/pages/data.py b/pages/data.py index ac7b523..b3dfc96 100644 --- a/pages/data.py +++ b/pages/data.py @@ -6,7 +6,6 @@ from dash import dcc, html, Input, Output, callback, register_page, dash_table, State, callback_context, Patch # Etc import logging -import time import pandas as pd from dash.exceptions import PreventUpdate from concurrent.futures import ThreadPoolExecutor, as_completed diff --git a/pages/home.py b/pages/home.py index d2596f9..f68a3cd 100644 --- a/pages/home.py +++ b/pages/home.py @@ -4,14 +4,10 @@ import plotly.express as px import pandas as pd import arrow -import time -import emission.core.timer as ect -from functools import wraps -import logging + # e-mission modules import emission.core.get_database as edb -import emission.storage.decorations.stats_queries as esds from utils.permissions import has_permission from utils.datetime_utils import iso_to_date_only from utils.stat_utils import log_execution_time diff --git a/pages/segment_trip_time.py b/pages/segment_trip_time.py index 67f43d2..04deb8b 100644 --- a/pages/segment_trip_time.py +++ b/pages/segment_trip_time.py @@ -3,7 +3,6 @@ import dash_leaflet as dl import pandas as pd -import logging import json from utils.permissions import has_permission, permissions