Skip to content

Commit 5d323b1

Browse files
author
Marco Gorelli
committed
mypy
1 parent f3cb331 commit 5d323b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/formats/info.py

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def _verbose_repr():
192192
max_id = len(pprint_thing(col_count))
193193
len_id = len(pprint_thing(id_head))
194194
space_num = max(max_id, len_id) + col_space
195-
counts = None
196195

197196
header = _put_str(id_head, space_num) + _put_str(column_head, space)
198197
if show_counts:

0 commit comments

Comments
 (0)