Skip to content

Commit b696ab9

Browse files
committed
added stringify_id to init
1 parent a7866b7 commit b696ab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dash/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
CeleryManager,
3131
DiskcacheManager,
3232
)
33+
from ._utils import stringify_id # noqa: F401,E402
3334

3435

3536
from ._pages import register_page, PAGE_REGISTRY as page_registry # noqa: F401,E402
@@ -90,4 +91,5 @@ def _jupyter_nbextension_paths():
9091
"jupyter_dash",
9192
"ctx",
9293
"hooks",
94+
"stringify_id",
9395
]

0 commit comments

Comments
 (0)