Skip to content

Commit 1dd270f

Browse files
committed
updated pyi for exception
1 parent 811e154 commit 1dd270f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _T = tp.TypeVar('_T')
66

77
__version__: str
88

9-
class ErrorInitTypeBlocks:
9+
class ErrorInitTypeBlocks(RuntimeError):
1010
def __init__(self, *args: tp.Any, **kwargs: tp.Any) -> None: ...
1111
def with_traceback(self, tb: Exception) -> Exception: ...
1212
def __setstate__(self) -> None: ...

0 commit comments

Comments
 (0)