Skip to content

Commit d07e522

Browse files
committed
fix import NoUpdate
1 parent bd086dc commit d07e522

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,13 +19,14 @@
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, NoUpdate # noqa: F401,E402
22+
from ._callback import callback, clientside_callback # 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,
2626
get_relative_path,
2727
strip_relative_path,
2828
)
29+
from ._no_update import NoUpdate # noqa: F401,E402
2930
from .background_callback import ( # noqa: F401,E402
3031
CeleryManager,
3132
DiskcacheManager,

0 commit comments

Comments
 (0)