Skip to content

Commit 59315ac

Browse files
committed
revert no-longer-necessary
1 parent 06617a0 commit 59315ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/arithmetic/test_timedelta64.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ def test_addition_ops(self):
497497
tdi + Index([1, 2, 3], dtype=np.int64)
498498

499499
# this is a union!
500-
# FIXME: don't leave commented-out
501500
# pytest.raises(TypeError, lambda : Index([1,2,3]) + tdi)
502501

503502
result = tdi + dti # name will be reset

0 commit comments

Comments
 (0)