Skip to content

Commit aeaf009

Browse files
committed
Minor cleanup.
1 parent 62bba46 commit aeaf009

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/plotlydash/dashboard.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def create_dashboard(server):
1414
external_stylesheets = ['/static/dist/css/styles.css',
1515
'https://fonts.googleapis.com/css?family=Lato',
1616
'https://use.fontawesome.com/releases/v5.8.1/css/all.css']
17-
external_scripts = ['/static/dist/js/includes/jquery.min.js',
18-
'/static/dist/js/main.js']
1917
dash_app = dash.Dash(server=server,
2018
external_stylesheets=external_stylesheets,
2119
external_scripts=external_scripts,

0 commit comments

Comments
 (0)