Skip to content

Commit 98ea9ee

Browse files
committed
Rename layout.py to _layout_utils.py
1 parent 26fc936 commit 98ea9ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

tests/unit/test_layout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
"""Tests for dash.layout — layout traversal and component lookup utilities."""
1+
"""Tests for dash._layout_utils — layout traversal and component lookup utilities."""
22

33
import pytest
44

55
from dash import html, dcc
6-
from dash.layout import (
6+
from dash._layout_utils import (
77
traverse,
88
find_component,
99
extract_text,

0 commit comments

Comments
 (0)