Skip to content

Commit 4b41426

Browse files
committed
BUG: removed stray import pdb
1 parent 02d7db3 commit 4b41426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_daterange.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def test_union_not_cacheable(self):
214214
self.assert_(the_union.equals(expected))
215215

216216
def test_intersection(self):
217-
import ipdb; ipdb.set_trace()
218217
rng = DateRange('1/1/2000', periods=50, offset=datetools.Minute())
219218
rng1 = rng[10:]
220219
rng2 = rng[:25]

0 commit comments

Comments
 (0)