Skip to content

Commit

Permalink
Removed unnecesary imports from map
Browse files Browse the repository at this point in the history
  • Loading branch information
danyoungday committed Oct 8, 2024
1 parent d34fc11 commit f94c881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions use_cases/eluc/app/components/context/map.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f94c881

Please sign in to comment.