Skip to content

Commit b59c931

Browse files
committed
fix import lints
1 parent 298accc commit b59c931

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

shiny/ui/_chat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import inspect
4-
import json
54
from typing import (
65
Any,
76
AsyncIterable,

0 commit comments

Comments
 (0)