Skip to content

Commit

Permalink
Cleaned Up Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachMeTW committed Oct 19, 2024
1 parent 0ca382e commit cf0d415
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion pages/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions pages/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pages/segment_trip_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import dash_leaflet as dl
import pandas as pd

import logging
import json

from utils.permissions import has_permission, permissions
Expand Down

0 comments on commit cf0d415

Please sign in to comment.