Skip to content

Commit b4258f2

Browse files
committed
Removed TODO comment.
1 parent 3e5836c commit b4258f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/arrays/numpy_.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,6 @@ def take(
368368
indices, allow_fill=allow_fill, fill_value=fill_value, axis=axis
369369
)
370370
# See GH#62448.
371-
# TODO: Not all Pandas extension dtypes have an underlying Numpy dtype.
372-
# I will need to handle the case where self.dtype doesn't have this
373-
# attribute.
374371
if self.dtype.kind in "iub":
375372
return type(self)(result, copy=False)
376373

0 commit comments

Comments
 (0)