Skip to content

Commit a213d9c

Browse files
committed
🔥
1 parent 21d94b2 commit a213d9c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pandas/io/formats/info.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,6 @@ class CountConfigs(NamedTuple):
4141
count_temp: str
4242

4343

44-
class HeaderAndSpaceConfigs(NamedTuple):
45-
"""
46-
Attributes
47-
----------
48-
space_dtype : int
49-
Number of spaces that `dtypes` column should occupy.
50-
header : str
51-
Header with extra columns (count and type) appended.
52-
len_dtype : int
53-
Length of dtype header.
54-
"""
55-
56-
space_dtype: int
57-
header: str
58-
len_dtype: int
59-
60-
6144
def _put_str(s: Union[str, Dtype], space: int) -> str:
6245
"""
6346
Make string of specified length, padding to the right if necessary.

0 commit comments

Comments
 (0)