mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Restore stubtest 0.930 (#6663)
This commit is contained in:
@@ -32,6 +32,8 @@ if sys.version_info >= (3, 9):
|
||||
_E = TypeVar("_E", bound=BaseException)
|
||||
_FT = TypeVar("_FT", bound=Callable[..., Any])
|
||||
|
||||
DIFF_OMITTED: str
|
||||
|
||||
class _BaseTestCaseContext:
|
||||
def __init__(self, test_case: TestCase) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user