File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2929 strong ,
3030)
3131
32+ from ...ui import (
33+ css ,
34+ fill ,
35+ )
36+
3237from ...ui import (
3338 AccordionPanel ,
3439 AnimationOptions ,
169174 "span" ,
170175 "strong" ,
171176 "tags" ,
177+ # Submodules
178+ "css" ,
179+ "fill" ,
172180 # Imports from ...ui
173181 "AccordionPanel" ,
174182 "AnimationOptions" ,
Original file line number Diff line number Diff line change 3232)
3333
3434# Expose the following modules for extended usage: ex: ui.fill.as_fill_item(x)
35- from . import css , fill # noqa: F401 # pyright: ignore[reportUnusedImport]
35+ from . import (
36+ css ,
37+ fill ,
38+ )
3639from ._accordion import (
3740 AccordionPanel ,
3841 accordion ,
346349 "strong" ,
347350 "em" ,
348351 "hr" ,
352+ # Submodules
353+ "css" ,
354+ "fill" ,
349355 # utils
350356 "js_eval" ,
351357)
You can’t perform that action at this time.
0 commit comments