Skip to content

Commit 74cd477

Browse files
committed
Fix import path
1 parent 33fb6df commit 74cd477

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dash/mcp/primitives/tools/callback_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from mcp.types import Tool
1616

1717
from dash import get_app
18-
from dash.layout import (
18+
from dash._layout_utils import (
1919
_WILDCARD_VALUES,
2020
find_component,
2121
find_matching_components,

dash/mcp/primitives/tools/callback_adapter_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from dash import get_app
1616
from dash._utils import clean_property_name, split_callback_id
17-
from dash.layout import extract_text, find_component, traverse
17+
from dash._layout_utils import extract_text, find_component, traverse
1818
from .callback_adapter import CallbackAdapter
1919

2020

0 commit comments

Comments
 (0)