Skip to content

Commit ae8311c

Browse files
committed
Do not quote whitespaces for tabulate formats.
1 parent 85d0e02 commit ae8311c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mycli/output_formatter/tabulate_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'orgtbl', 'psql', 'rst')
1010
supported_formats = supported_markup_formats + supported_table_formats
1111

12-
preprocessors = (bytes_to_string, align_decimals, quote_whitespaces)
12+
preprocessors = (bytes_to_string, align_decimals)
1313

1414

1515
def tabulate_adapter(data, headers, table_format=None, missing_value='', **_):

0 commit comments

Comments
 (0)