Skip to content

Commit 0a0224c

Browse files
committed
BLD: remove pdb from test_strings.py
1 parent 8efa4ac commit 0a0224c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_strings.py

-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ def test_extract(self):
550550

551551
# GH6348
552552
# not passing index to the extractor
553-
import pdb; pdb.set_trace()
554553
def check_index(index):
555554
data = ['A1', 'B2', 'C']
556555
index = index[:len(data)]

0 commit comments

Comments
 (0)