Skip to content

Commit 0eecb3e

Browse files
committed
Fix import path
1 parent 518859c commit 0eecb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/mcp/primitives/resources/resource_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313

1414
from dash import get_app
15-
from dash.layout import traverse
15+
from dash._layout_utils import traverse
1616

1717
URI = "dash://components"
1818

0 commit comments

Comments
 (0)