mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Remove compatibility aliases (#5464)
* Remove compatibility aliases Remove a few instances of Text Use aliases from _typeshed * Remove unused imports
This commit is contained in:
@@ -19,8 +19,5 @@ from typing import Any, List, Pattern, Union
|
||||
MAXCODE: int
|
||||
|
||||
def dis(code: List[_NamedIntConstant]) -> None: ...
|
||||
|
||||
_IsStringType = bool
|
||||
|
||||
def isstring(obj: Any) -> _IsStringType: ...
|
||||
def isstring(obj: Any) -> bool: ...
|
||||
def compile(p: Union[str, bytes, SubPattern], flags: int = ...) -> Pattern[Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user