Skip to content

Commit 403317d

Browse files
committed
isort imports
1 parent 298accc commit 403317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/express/ui/_hold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from types import TracebackType
55
from typing import Callable, Optional, Type, TypeVar
66

7-
from htmltools import wrap_displayhook_handler, TagList
7+
from htmltools import TagList, wrap_displayhook_handler
88

99
from ..._docstring import no_example
1010
from ..._typing_extensions import ParamSpec

0 commit comments

Comments
 (0)