Skip to content

Commit 747678e

Browse files
authored
Discard changes to shiny/ui/__init__.py
1 parent a314c90 commit 747678e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shiny/ui/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
)
3333

3434
# The css module is for internal use, so we won't re-export it.
35+
from . import css # noqa: F401 # pyright: ignore[reportUnusedImport]
36+
3537
# Expose the fill module for extended usage: ex: ui.fill.as_fill_item(x).
36-
from . import (
37-
css, # noqa: F401 # pyright: ignore[reportUnusedImport]
38-
fill,
39-
)
38+
from . import fill
39+
4040
from ._accordion import (
4141
AccordionPanel,
4242
accordion,

0 commit comments

Comments
 (0)