Skip to content

Commit 248b557

Browse files
committed
chore: reduce unused
1 parent c566099 commit 248b557

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/_typing.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,6 @@ S1_CT = TypeVar("S1_CT", bound=SeriesDType, default=Any, contravariant=True)
877877
# Like S1, but without `default=Any`.
878878
S2 = TypeVar("S2", bound=SeriesDType)
879879
S3 = TypeVar("S3", bound=SeriesDType)
880-
S2_CO = TypeVar("S2_CO", bound=SeriesDType, covariant=True)
881-
S2_CT = TypeVar("S2_CT", bound=SeriesDType, contravariant=True)
882880

883881
# Constraint, instead of bound
884882
C2 = TypeVar(

0 commit comments

Comments
 (0)