mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-28 01:15:32 +08:00
Add stubs for UserList, UserString, UserDict.
This commit is contained in:
Vendored
+3
-3
@@ -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