Skip to content

Commit

Permalink
Post "Poe Style"
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitiz305 committed Jul 3, 2023
1 parent b06b225 commit 5b0d8a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas-stubs/core/indexes/range.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from pandas._typing import (
)

class RangeIndex(_IntIndexType):
def __init__(
def __init__(
cls,
start: int | RangeIndex | range = ...,
stop: int = ...,
Expand All @@ -25,7 +25,6 @@ class RangeIndex(_IntIndexType):
copy: bool = ...,
name=...,
): ...

@classmethod
def from_range(cls, data, name=..., dtype=...): ...
def __reduce__(self): ...
Expand Down

0 comments on commit 5b0d8a0

Please sign in to comment.