10000 Fix flake8 trailing whitespace · nonameentername/html5lib-python@c4755d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4755d3

Browse files
Fix flake8 trailing whitespace
1 parent dc52b8e commit c4755d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# UTF-16 as its encoding of unicode strings, such as Jython. This is
2020
# because UTF-16 itself is based on the use of such surrogates, and
2121
# there is no mechanism to further escape such escapes.
22-
#
22+
#
2323
# Otherwise we assume such support.
2424
supports_lone_surrogates = platform.python_implementation() != "Jython"
2525

0 commit comments

Comments
 (0)
0