Skip to content

Commit b04f5e6

Browse files
committed
remove unused ReplaceMethod
1 parent 3ffef4f commit b04f5e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas-stubs/_typing.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ InterpolateOptions: TypeAlias = Literal[
731731
"cubicspline",
732732
"from_derivatives",
733733
]
734-
ReplaceMethod: TypeAlias = Literal["pad", "ffill", "bfill"]
735734
SortKind: TypeAlias = Literal["quicksort", "mergesort", "heapsort", "stable"]
736735
NaPosition: TypeAlias = Literal["first", "last"]
737736
JoinHow: TypeAlias = Literal["left", "right", "outer", "inner"]

0 commit comments

Comments
 (0)