Skip to content

Commit 04bf6b8

Browse files
lint fixes
1 parent 3662f6c commit 04bf6b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shiny/_app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ def __init__(
110110
self,
111111
ui: Tag | TagList | Callable[[Request], Tag | TagList] | Path,
112112
server: (
113-
Callable[[Inputs], Awaitable[None] | None] | Callable[[Inputs, Outputs, Session], Awaitable[None] | None] | None
113+
Callable[[Inputs], Awaitable[None] | None]
114+
| Callable[[Inputs, Outputs, Session], Awaitable[None] | None]
115+
| None
114116
),
115117
*,
116118
static_assets: Optional[str | Path | Mapping[str, str | Path]] = None,

0 commit comments

Comments
 (0)