File tree 2 files changed +13
-2
lines changed 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 29
29
strong ,
30
30
)
31
31
32
+ from ...ui import (
33
+ fill ,
34
+ )
35
+
32
36
from ...ui import (
33
37
AccordionPanel ,
34
38
AnimationOptions ,
169
173
"span" ,
170
174
"strong" ,
171
175
"tags" ,
176
+ # Submodules
177
+ "fill" ,
172
178
# Imports from ...ui
173
179
"AccordionPanel" ,
174
180
"AnimationOptions" ,
Original file line number Diff line number Diff line change 31
31
tags ,
32
32
)
33
33
34
- # Expose the following modules for extended usage: ex: ui.fill.as_fill_item(x)
35
- from . import css , fill # noqa: F401 # pyright: ignore[reportUnusedImport]
34
+ from . import (
35
+ css , # noqa: F401 # pyright: ignore[reportUnusedImport]
36
+ # Expose the fill module for extended usage: ex: ui.fill.as_fill_item(x)
37
+ fill ,
38
+ )
36
39
from ._accordion import (
37
40
AccordionPanel ,
38
41
accordion ,
346
349
"strong" ,
347
350
"em" ,
348
351
"hr" ,
352
+ # Submodules
353
+ "fill" ,
349
354
# utils
350
355
"js_eval" ,
351
356
)
You can’t perform that action at this time.
0 commit comments