Skip to content

Commit 75e970b

Browse files
nonameenternamegsnedders
authored andcommitted
Fix flake8 trailing whitespace
1 parent ce7ad47 commit 75e970b

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)