Skip to content

Commit 4c9ac7f

Browse files
committed
feat: Expose NoUpdate type
1 parent 1f4337a commit 4c9ac7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dash/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from . import dash_table # noqa: F401,E402
2020
from .version import __version__ # noqa: F401,E402
2121
from ._callback_context import callback_context, set_props # noqa: F401,E402
22-
from ._callback import callback, clientside_callback # noqa: F401,E402
22+
from ._callback import callback, clientside_callback, NoUpdate # noqa: F401,E402
2323
from ._get_app import get_app # noqa: F401,E402
2424
from ._get_paths import ( # noqa: F401,E402
2525
get_asset_url,
@@ -86,6 +86,7 @@ def _jupyter_nbextension_paths():
8686
"page_registry",
8787
"Dash",
8888
"no_update",
89+
"NoUpdate",
8990
"page_container",
9091
"Patch",
9192
"jupyter_dash",

0 commit comments

Comments
 (0)