Skip to content

Commit cce1b18

Browse files
committed
Remove pipe annotations from DataFrame
1 parent e2cffee commit cce1b18

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
@@ -113,7 +113,6 @@ from pandas._typing import (
113113
StorageOptions,
114114
StrLike,
115115
Suffixes,
116-
T as TType,
117116
TimestampConvention,
118117
ValidationOptions,
119118
WriteBuffer,
@@ -1829,12 +1828,6 @@ class DataFrame(NDFrame, OpsMixin):
18291828
freq=...,
18301829
**kwargs,
18311830
) -> DataFrame: ...
1832-
def pipe(
1833-
self,
1834-
func: Callable[..., TType] | tuple[Callable[..., TType], _str],
1835-
*args,
1836-
**kwargs,
1837-
) -> TType: ...
18381831
def pop(self, item: _str) -> Series: ...
18391832
def pow(
18401833
self,

0 commit comments

Comments
 (0)