plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
270 stars 147 forks source link

add express module to stub #987

Closed alexcjohnson closed 2 years ago

alexcjohnson commented 2 years ago

in case someone does eg: from dash_core_components.express import send_bytes

alexcjohnson commented 2 years ago

I didn't know there was a dcc.express

Right, it's not documented but it should be!

The top-level module warning should take care of this import as well.

Yes, I've tested this.