Skip to content

Commit 97dc73c

Browse files
committed
remove breakpoints
1 parent 6f8f8b1 commit 97dc73c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/formats/info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,11 @@ def _get_header_and_spaces(
205205
len_dtype : int
206206
Length of dtype header.
207207
"""
208-
breakpoint()
209208
dtype_header = "Dtype"
210209
len_dtype = len(dtype_header)
211210
max_dtypes = max(len(pprint_thing(k)) for k in dtypes)
212211
space_dtype = max(len_dtype, max_dtypes)
213212
header += _put_str(count_header, space_count) + _put_str(dtype_header, space_dtype)
214-
breakpoint()
215213
return space_dtype, header, len_dtype
216214

217215

0 commit comments

Comments
 (0)