File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/reactpy/executors/asgi Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ def __init__(
3232 initial : str | VdomDict = "" ,
3333 http_headers : dict [str , str ] | None = None ,
3434 html_head : VdomDict | None = None ,
35- html_noscript_str_or_path : str | Path | None = "Enable JavaScript to view this site." ,
35+ html_noscript_str_or_path : str
36+ | Path
37+ | None = "Enable JavaScript to view this site." ,
3638 html_lang : str = "en" ,
3739 ** settings : Unpack [ReactPyConfig ],
3840 ) -> None :
Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ def __init__(
5050 * ,
5151 http_headers : dict [str , str ] | None = None ,
5252 html_head : VdomDict | None = None ,
53- html_noscript_str_or_path : str | Path | None = "Enable JavaScript to view this site." ,
53+ html_noscript_str_or_path : str
54+ | Path
55+ | None = "Enable JavaScript to view this site." ,
5456 html_lang : str = "en" ,
5557 pyscript_setup : bool = False ,
5658 pyscript_options : PyScriptOptions | None = None ,
You can’t perform that action at this time.
0 commit comments