Skip to content

Commit e580b78

Browse files
committed
fix comments part II
1 parent 7279c1e commit e580b78

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pandas/core/indexes/numeric.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from pandas._typing import (
1616
Dtype,
1717
DtypeObj,
18-
final,
1918
)
2019
from pandas.util._decorators import (
2120
cache_readonly,
@@ -269,15 +268,6 @@ def _assert_safe_casting(cls, data, subarr):
269268
"""
270269
pass
271270

272-
@final
273-
@cache_readonly
274-
def _can_hold_na(self) -> bool:
275-
if is_integer_dtype(self.dtype):
276-
return False
277-
else:
278-
return True
279-
280-
@final
281271
@property
282272
def _is_all_dates(self) -> bool:
283273
"""

0 commit comments

Comments
 (0)