Skip to content

Commit bd5d16a

Browse files
committed
remove method __init__()
1 parent 7c2520a commit bd5d16a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pandas-stubs/core/indexes/range.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ class RangeIndex(_IntIndexType):
2525
copy: bool = ...,
2626
name=...,
2727
): ...
28-
def __init__(
29-
self,
30-
start: int | RangeIndex | range = ...,
31-
stop: int = ...,
32-
step: int = ...,
33-
dtype=...,
34-
copy: bool = ...,
35-
name=...,
36-
): ...
3728
@classmethod
3829
def from_range(cls, data, name=..., dtype=...): ...
3930
def __reduce__(self): ...

0 commit comments

Comments
 (0)