Skip to content

Commit

Permalink
extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 30, 2018
1 parent ce353af commit f35e8dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pandas/core/indexes/category.py
Expand Up @@ -283,10 +283,6 @@ def equals(self, other):

try:
other = self._is_dtype_compat(other)
# changed from array_equivalent to avoid a ValueError
# from trying to convert NaT.
# This should also be faster, since we don't coerce to
# arryays
if isinstance(other, type(self)):
other = other._data
return self._data.equals(other)
Expand Down

0 comments on commit f35e8dd

Please sign in to comment.