Small changes by @rowilla to collections.pyi and urllib/requests.pyi.

(Extracted from PR #530.)
This commit is contained in:
Roy Williams
2016-11-08 19:40:10 -08:00
committed by Guido van Rossum
parent f7f9c956ff
commit 1b30761802
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ from typing import (
MutableMapping as MutableMapping,
Sequence as Sequence,
MutableSequence as MutableSequence,
MutableSet as MutableSet,
AbstractSet as Set,
)