Skip to content

Commit 7ce85ee

Browse files
committed
🥅 ignore an inevitable new bpr reportImplicitAbstractClass error
1 parent 239807e commit 7ce85ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎scipy-stubs/stats/_typing.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# NOTE(scipy-stubs): This ia a module only exists `if typing.TYPE_CHECKING: ...`
22

3+
# pyright: reportImplicitAbstractClass=false
4+
35
import abc
46
from typing import Generic, Literal, TypeAlias, final, type_check_only
57
from typing_extensions import Self, TypeVarTuple, Unpack

0 commit comments

Comments
 (0)