Skip to content

Commit 3ec68c1

Browse files
committed
revert _version.pyi
1 parent e2fa743 commit 3ec68c1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

pandas-stubs/core/indexes/range.pyi

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ 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-
): ...
28+
3729
@classmethod
3830
def from_range(cls, data, name=..., dtype=...): ...
3931
def __reduce__(self): ...

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-stubs"
3-
version = "2.0.1.230507"
3+
version = "2.0.1.230501"
44
description = "Type annotations for pandas"
55
authors = ["The Pandas Development Team <[email protected]>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)