Skip to content

Commit e08b339

Browse files
committed
remove header, body, footer from Options class
1 parent 90bf426 commit e08b339

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

table2ascii/options.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
class Options:
1111
"""Class for storing options that the user sets"""
1212

13-
header: Optional[List] = None
14-
body: Optional[List[List]] = None
15-
footer: Optional[List] = None
1613
first_col_heading: bool = False
1714
last_col_heading: bool = False
1815
column_widths: Optional[List[int]] = None

0 commit comments

Comments
 (0)