Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #988 from plotly/stub_version
Browse files Browse the repository at this point in the history
Add __version__ to stub
  • Loading branch information
alexcjohnson committed Sep 3, 2021
2 parents 831fac7 + ef02408 commit 6731645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash_core_components/__init__.py
@@ -1,4 +1,5 @@
from dash.dcc import * # noqa: F401, F403, E402
from dash.dcc import __version__ # noqa: F401, F403, E402
import warnings

warnings.warn(
Expand Down

0 comments on commit 6731645

Please sign in to comment.