Skip to content

Commit 694919e

Browse files
committed
Remove extra html format.
1 parent 4c90605 commit 694919e

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
@@ -5,7 +5,7 @@
55

66
supported_formats = ('plain', 'simple', 'grid', 'fancy_grid', 'pipe', 'orgtbl',
77
'jira', 'psql', 'rst', 'mediawiki', 'moinmoin', 'html',
8-
'html', 'latex', 'latex_booktabs', 'textile')
8+
'latex', 'latex_booktabs', 'textile')
99

1010
preprocessors = (bytes_to_string, align_decimals, quote_whitespaces)
1111

0 commit comments

Comments
 (0)