We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d0e02 commit ae8311cCopy full SHA for ae8311c
1 file changed
mycli/output_formatter/tabulate_adapter.py
@@ -9,7 +9,7 @@
9
'orgtbl', 'psql', 'rst')
10
supported_formats = supported_markup_formats + supported_table_formats
11
12
-preprocessors = (bytes_to_string, align_decimals, quote_whitespaces)
+preprocessors = (bytes_to_string, align_decimals)
13
14
15
def tabulate_adapter(data, headers, table_format=None, missing_value='', **_):
0 commit comments