aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project_management/dash/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project_management/dash/app.py b/project_management/dash/app.py
index 01c8478..2a01911 100644
--- a/project_management/dash/app.py
+++ b/project_management/dash/app.py
@@ -3,7 +3,7 @@ Extensible dashboard for project status.
"""
# Import packages
-from dash import Dash, html, dash_table, dcc
+from dash import Dash, html, dcc
import pandas as pd
import plotly.express as px