Skip to content

Commit 0e004d4

Browse files
committed
Remove deprecation on plugins
1 parent 0ba3b56 commit 0e004d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dash/dash.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,6 @@ def __init__( # pylint: disable=too-many-statements
564564
if plugins is not None and isinstance(
565565
plugins, patch_collections_abc("Iterable")
566566
):
567-
warnings.warn(
568-
DeprecationWarning(
569-
"The `plugins` keyword will be removed from Dash init in Dash 3.0 "
570-
"and replaced by a new hook system."
571-
)
572-
)
573567
for plugin in plugins:
574568
plugin.plug(self)
575569

0 commit comments

Comments
 (0)