Skip to content

Commit fd5f866

Browse files
committed
Ignore pyrefly override
1 parent 8f43a61 commit fd5f866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas-stubs/core/indexes/base.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ UnknownIndex: TypeAlias = Index[Any]
529529
@type_check_only
530530
class _IndexSubclassBase(Index[S1], Generic[S1, GenericT_co]):
531531
@overload
532-
def to_numpy(
532+
def to_numpy( # pyrefly: ignore
533533
self,
534534
dtype: None = None,
535535
copy: bool = False,

pandas-stubs/core/series.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
29472947
@type_check_only
29482948
class _SeriesSubclassBase(Series[S1], Generic[S1, GenericT_co]):
29492949
@overload
2950-
def to_numpy(
2950+
def to_numpy( # pyrefly: ignore
29512951
self,
29522952
dtype: None = None,
29532953
copy: bool = False,

0 commit comments

Comments
 (0)