Skip to content

Commit 21bf59a

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent f98e876 commit 21bf59a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/markupsafe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def striptags(self, /) -> str:
210210
start = value.find("<", prev)
211211
if start == -1:
212212
break
213-
if value[start : start + 4] == '<!--':
213+
if value[start : start + 4] == "<!--":
214214
# comment
215215
end = value.find("-->", start)
216216
if end == -1:

0 commit comments

Comments
 (0)