Skip to content

Commit 76f5e95

Browse files
committed
precommit
1 parent 2278ebd commit 76f5e95

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
class OutOfBoundsTimedelta(ValueError): ...

pandas-stubs/_libs/tslibs/parsing.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
class DateParseError(ValueError):
32
def __init__(self, *args, **kwargs) -> None: ...

pandas-stubs/core/common.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
def flatten(line) -> None: ...
42
def random_state(state=...): ...
53
def pipe(obj, func, *args, **kwargs): ...
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
BACKTICK_QUOTED_STRING: int

pandas-stubs/core/ops/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
ARITHMETIC_BINOPS: set[str] = ...
32
COMPARISON_BINOPS: set[str] = ...

0 commit comments

Comments
 (0)