mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Small changes by @rowilla to collections.pyi and urllib/requests.pyi.
(Extracted from PR #530.)
This commit is contained in:
committed by
Guido van Rossum
parent
f7f9c956ff
commit
1b30761802
@@ -17,6 +17,7 @@ from typing import (
|
||||
MutableMapping as MutableMapping,
|
||||
Sequence as Sequence,
|
||||
MutableSequence as MutableSequence,
|
||||
MutableSet as MutableSet,
|
||||
AbstractSet as Set,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user