From f94c881b2c8085495de80f443436772e3f5b6fc9 Mon Sep 17 00:00:00 2001 From: Daniel Young Date: Tue, 8 Oct 2024 11:50:55 -0700 Subject: [PATCH] Removed unnecesary imports from map --- use_cases/eluc/app/components/context/map.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/use_cases/eluc/app/components/context/map.py b/use_cases/eluc/app/components/context/map.py index 2f0aaac..537218d 100644 --- a/use_cases/eluc/app/components/context/map.py +++ b/use_cases/eluc/app/components/context/map.py @@ -1,8 +1,7 @@ """ This file is a component that handles the map where the user can select context and its associated callbacks. """ -from dash import Input, State, Output, dcc, html -import dash_bootstrap_components as dbc +from dash import Input, State, Output import numpy as np import pandas as pd import plotly.express as px