There was an error while loading. Please reload this page.
1 parent afb5cbe commit b2c4edeCopy full SHA for b2c4ede
1 file changed
html5lib/serializer/htmlserializer.py
@@ -5,8 +5,8 @@
5
from sets import ImmutableSet as frozenset
6
7
try:
8
- # use functools.reduce to avoid DeprecationWarning with -3
9
from functools import reduce
+ pass # no-op statement to avoid 3to2 introducing parse error
10
except ImportError:
11
pass
12
0 commit comments