Skip to content

Commit 6aea2cf

Browse files
remove override ignore
1 parent f08d0a9 commit 6aea2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/numpy_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _values_for_factorize(self) -> tuple[np.ndarray, float | None]:
243243
# Base EA class (and all other EA classes) don't have limit_area keyword
244244
# This can be removed here as well when the interpolate ffill/bfill method
245245
# deprecation is enforced
246-
def _pad_or_backfill( # type: ignore[override]
246+
def _pad_or_backfill(
247247
self,
248248
*,
249249
method: FillnaOptions,

0 commit comments

Comments
 (0)