Skip to content

Commit

Permalink
CLN: remove hx_replace_url repeated key
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapvardhan committed Dec 10, 2024
1 parent 72dbc04 commit c76640f
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 c76640f

Please sign in to comment.