We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c90605 commit 694919eCopy full SHA for 694919e
1 file changed
mycli/output_formatter/tabulate_adapter.py
@@ -5,7 +5,7 @@
5
6
supported_formats = ('plain', 'simple', 'grid', 'fancy_grid', 'pipe', 'orgtbl',
7
'jira', 'psql', 'rst', 'mediawiki', 'moinmoin', 'html',
8
- 'html', 'latex', 'latex_booktabs', 'textile')
+ 'latex', 'latex_booktabs', 'textile')
9
10
preprocessors = (bytes_to_string, align_decimals, quote_whitespaces)
11
0 commit comments