mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
remove "= ..." from top-level values (#6930)
This commit is contained in:
@@ -5,7 +5,7 @@ _T = TypeVar("_T")
|
||||
_TraceDispatch = Callable[[FrameType, str, Any], Any] # TODO: Recursive type
|
||||
_ExcInfo = Tuple[Type[BaseException], BaseException, FrameType]
|
||||
|
||||
GENERATOR_AND_COROUTINE_FLAGS: int = ...
|
||||
GENERATOR_AND_COROUTINE_FLAGS: int
|
||||
|
||||
class BdbQuit(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user