Skip to content

Commit 633466b

Browse files
schloerkewch
andcommitted
Remove _html_escape for faicons 0.2.1
Co-Authored-By: Winston Chang <[email protected]>
1 parent 8d0614c commit 633466b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

htmltools/_util.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ def html_escape(text: str, attr: bool = False) -> str:
123123
return text
124124

125125

126-
# Backwards compatibility with faicons 0.2.1
127-
_html_escape = html_escape
128-
129-
130126
# similar to base::system.file()
131127
def package_dir(package: str) -> str:
132128
with tempfile.TemporaryDirectory():

0 commit comments

Comments
 (0)