Skip to content

Commit

Permalink
str in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Aug 30, 2019
1 parent d3a90e5 commit 4bd3012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/future/moves/html/__init__.py
Expand Up @@ -147,4 +147,4 @@ def unescape(s):
return s
return _charref.sub(_replace_charref, s)

__all__ = ['escape', 'unescape']
__all__ = [b'escape', b'unescape']

0 comments on commit 4bd3012

Please sign in to comment.