mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 01:17:39 +08:00
Add stubs for UserList, UserString, UserDict.
This commit is contained in:
6
third_party/3/six/moves/__init__.pyi
vendored
6
third_party/3/six/moves/__init__.pyi
vendored
@@ -16,9 +16,9 @@ from imp import reload as reload_module
|
||||
from functools import reduce as reduce
|
||||
from shlex import quote as shlex_quote
|
||||
from io import StringIO as StringIO
|
||||
# from collections import UserDict as UserDict
|
||||
# from collections import UserList as UserList
|
||||
# from collections import UserString as UserString
|
||||
from collections import UserDict as UserDict
|
||||
from collections import UserList as UserList
|
||||
from collections import UserString as UserString
|
||||
from builtins import range as xrange
|
||||
from builtins import zip as zip
|
||||
from itertools import zip_longest as zip_longest
|
||||
|
||||
Reference in New Issue
Block a user