Skip to content

Commit 66cbf72

Browse files
authored
Merge pull request #600 from pratapvardhan/pv-ref
CLN: remove hx_replace_url repeated key
2 parents 065965a + c76640f commit 66cbf72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

fasthtml/components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def show(ft,*rest):
5050
"hx_disabled_elt": Literal["this", "next", "previous"] | str,
5151
"hx_history": Literal["false"] | str,
5252
"hx_params": Literal["*", "none"] | str,
53-
"hx_replace_url": Literal["true", "false"] | str,
5453
"hx_validate": Literal["true", "false"],
5554
}
5655
hx_attrs_annotations |= {o: str for o in set(hx_attrs) - set(hx_attrs_annotations.keys())}

nbs/api/01_components.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
" \"hx_disabled_elt\": Literal[\"this\", \"next\", \"previous\"] | str, \n",
146146
" \"hx_history\": Literal[\"false\"] | str,\n",
147147
" \"hx_params\": Literal[\"*\", \"none\"] | str,\n",
148-
" \"hx_replace_url\": Literal[\"true\", \"false\"] | str, \n",
149148
" \"hx_validate\": Literal[\"true\", \"false\"],\n",
150149
"}\n",
151150
"hx_attrs_annotations |= {o: str for o in set(hx_attrs) - set(hx_attrs_annotations.keys())}\n",

0 commit comments

Comments
 (0)