Skip to content

Commit 7f31975

Browse files
committed
Reformatted
1 parent 524f0ef commit 7f31975

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shiny/_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,11 @@ class ReloadArgs(TypedDict):
720720
reload_excludes: NotRequired[list[str]]
721721
reload_dirs: NotRequired[list[str]]
722722

723+
723724
class DeflateArgs(TypedDict):
724725
ws_per_message_deflate: NotRequired[bool]
725726

727+
726728
# Check that the version of rsconnect supports Shiny Express; can be removed in the
727729
# future once this version of rsconnect is widely used. The dependency on "packaging"
728730
# can also be removed then, because it is only used here. (Added 2024-03)

0 commit comments

Comments
 (0)