We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811e154 commit 1dd270fCopy full SHA for 1dd270f
src/__init__.pyi
@@ -6,7 +6,7 @@ _T = tp.TypeVar('_T')
6
7
__version__: str
8
9
-class ErrorInitTypeBlocks:
+class ErrorInitTypeBlocks(RuntimeError):
10
def __init__(self, *args: tp.Any, **kwargs: tp.Any) -> None: ...
11
def with_traceback(self, tb: Exception) -> Exception: ...
12
def __setstate__(self) -> None: ...
0 commit comments