Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 701809b

Browse files
author
Marc-André Rivet
committed
Merge branch '605-graph-resize' of github.com:plotly/dash-core-components into 605-graph-resize
2 parents d1a1dd5 + 8addc80 commit 701809b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

dash_core_components_base/__init__.py

-18
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,6 @@
9191
'namespace': 'dash_core_components',
9292
'dynamic': True
9393
},
94-
{
95-
'relative_package_path': 'async~graph.js',
96-
'external_url': (
97-
'https://unpkg.com/dash-core-components@{}'
98-
'/dash_core_components/async~graph.js'
99-
).format(__version__),
100-
'namespace': 'dash_core_components',
101-
'async': True
102-
},
103-
{
104-
'relative_package_path': 'async~graph.js.map',
105-
'external_url': (
106-
'https://unpkg.com/dash-core-components@{}'
107-
'/dash_core_components/async~graph.js.map'
108-
).format(__version__),
109-
'namespace': 'dash_core_components',
110-
'dynamic': True
111-
},
11294
{
11395
'relative_package_path': 'plotly-1.51.2.min.js',
11496
'external_url': (

0 commit comments

Comments
 (0)