Skip to content

Commit d46fe68

Browse files
committed
Fix isort lint
1 parent 60e21d0 commit d46fe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919
from weakref import WeakValueDictionary
2020

21-
from htmltools import HTML, Tag, TagAttrValue, TagChild, TagList, css, RenderedHTML
21+
from htmltools import HTML, RenderedHTML, Tag, TagAttrValue, TagChild, TagList, css
2222

2323
from .. import _utils, reactive
2424
from .._deprecated import warn_deprecated

0 commit comments

Comments
 (0)