We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1e417 commit e299de9Copy full SHA for e299de9
dash/dash.py
@@ -566,8 +566,8 @@ def __init__( # pylint: disable=too-many-statements
566
):
567
warnings.warn(
568
DeprecationWarning(
569
- "plugins will be removed from Dash init in dash 3.0 and will be replaced by"
570
- " a new system."
+ "The `plugins` keyword will be removed from Dash init in Dash 3.0 "
+ "and replaced by a new hook system."
571
)
572
573
for plugin in plugins:
0 commit comments