Skip to content

Commit d6d46f7

Browse files
author
Justine Wezenaar
committed
undo change to missing.py
1 parent b13b851 commit d6d46f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/dtypes/missing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ def _array_equivalent_object(
524524
elif isinstance(left_value, float) and np.isnan(left_value):
525525
if not isinstance(right_value, float) or not np.isnan(right_value):
526526
return False
527-
528527
else:
529528
with warnings.catch_warnings():
530529
# suppress numpy's "elementwise comparison failed"

0 commit comments

Comments
 (0)