Skip to content

Commit

Permalink
Merge pull request #600 from pratapvardhan/pv-ref
Browse files Browse the repository at this point in the history
CLN: remove hx_replace_url repeated key
  • Loading branch information
jph00 authored Dec 22, 2024
2 parents 065965a + c76640f commit 66cbf72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fasthtml/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def show(ft,*rest):
"hx_disabled_elt": Literal["this", "next", "previous"] | str,
"hx_history": Literal["false"] | str,
"hx_params": Literal["*", "none"] | str,
"hx_replace_url": Literal["true", "false"] | str,
"hx_validate": Literal["true", "false"],
}
hx_attrs_annotations |= {o: str for o in set(hx_attrs) - set(hx_attrs_annotations.keys())}
Expand Down
1 change: 0 additions & 1 deletion nbs/api/01_components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
" \"hx_disabled_elt\": Literal[\"this\", \"next\", \"previous\"] | str, \n",
" \"hx_history\": Literal[\"false\"] | str,\n",
" \"hx_params\": Literal[\"*\", \"none\"] | str,\n",
" \"hx_replace_url\": Literal[\"true\", \"false\"] | str, \n",
" \"hx_validate\": Literal[\"true\", \"false\"],\n",
"}\n",
"hx_attrs_annotations |= {o: str for o in set(hx_attrs) - set(hx_attrs_annotations.keys())}\n",
Expand Down

0 comments on commit 66cbf72

Please sign in to comment.