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.
reportImplicitAbstractClass
1 parent 239807e commit 7ce85eeCopy full SHA for 7ce85ee
‎scipy-stubs/stats/_typing.pyi‎
@@ -1,5 +1,7 @@
1
# NOTE(scipy-stubs): This ia a module only exists `if typing.TYPE_CHECKING: ...`
2
3
+# pyright: reportImplicitAbstractClass=false
4
+
5
import abc
6
from typing import Generic, Literal, TypeAlias, final, type_check_only
7
from typing_extensions import Self, TypeVarTuple, Unpack
0 commit comments