Skip to content

Commit 4bd3012

Browse files
str in __all__
1 parent d3a90e5 commit 4bd3012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/moves/html/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def unescape(s):
147147
return s
148148
return _charref.sub(_replace_charref, s)
149149

150-
__all__ = ['escape', 'unescape']
150+
__all__ = [b'escape', b'unescape']

0 commit comments

Comments
 (0)