Skip to content

Commit 06f2658

Browse files
committed
oops
1 parent 15d2563 commit 06f2658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/window.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,6 @@ def _apply(self, func, **kwargs):
16891689
y : type of input argument
16901690
16911691
"""
1692-
import ipdb; ipdb.set_trace()
16931692
blocks, obj, index = self._create_blocks()
16941693
results = []
16951694
for b in blocks:

0 commit comments

Comments
 (0)