Skip to content

Commit f35e8dd

Browse files
committed
extraneous comment
1 parent ce353af commit f35e8dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/indexes/category.py

-4
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@ def equals(self, other):
283283

284284
try:
285285
other = self._is_dtype_compat(other)
286-
# changed from array_equivalent to avoid a ValueError
287-
# from trying to convert NaT.
288-
# This should also be faster, since we don't coerce to
289-
# arryays
290286
if isinstance(other, type(self)):
291287
other = other._data
292288
return self._data.equals(other)

0 commit comments

Comments
 (0)