mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove all mention of 'module' from typeshed. (#1156)
This depends on python/mypy#3107.
This commit is contained in:
committed by
Jelle Zijlstra
parent
f543ddd89a
commit
359c8cc313
@@ -102,15 +102,11 @@ chain = ... # type: type
|
||||
double3prog = ... # type: type
|
||||
endprogs = ... # type: Dict[str, Any]
|
||||
pseudoprog = ... # type: type
|
||||
re = ... # type: module
|
||||
single3prog = ... # type: type
|
||||
single_quoted = ... # type: Dict[str, str]
|
||||
string = ... # type: module
|
||||
sys = ... # type: module
|
||||
t = ... # type: str
|
||||
tabsize = ... # type: int
|
||||
tok_name = ... # type: Dict[int, str]
|
||||
token = ... # type: module
|
||||
tokenprog = ... # type: type
|
||||
triple_quoted = ... # type: Dict[str, str]
|
||||
x = ... # type: str
|
||||
|
||||
Reference in New Issue
Block a user