mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 01:28:29 +08:00
Add html_entities import stubs to six.moves.
This commit is contained in:
1
third_party/3/six/moves/__init__.pyi
vendored
1
third_party/3/six/moves/__init__.pyi
vendored
@@ -24,6 +24,7 @@ from builtins import zip as zip
|
||||
from itertools import zip_longest as zip_longest
|
||||
import six.moves.cPickle as cPickle
|
||||
import html.parser as html_parser
|
||||
import html.entities as html_entities
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
Reference in New Issue
Block a user