Skip to content

Commit 385ff55

Browse files
committed
Remove pipe annotations from DataFrame
1 parent 81a55f3 commit 385ff55

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ from pandas._typing import (
114114
StorageOptions,
115115
StrLike,
116116
Suffixes,
117-
T as TType,
118117
TimestampConvention,
119118
ValidationOptions,
120119
WriteBuffer,
@@ -1830,12 +1829,6 @@ class DataFrame(NDFrame, OpsMixin):
18301829
freq=...,
18311830
**kwargs,
18321831
) -> DataFrame: ...
1833-
def pipe(
1834-
self,
1835-
func: Callable[..., TType] | tuple[Callable[..., TType], _str],
1836-
*args,
1837-
**kwargs,
1838-
) -> TType: ...
18391832
def pop(self, item: _str) -> Series: ...
18401833
def pow(
18411834
self,

0 commit comments

Comments
 (0)