With `tabulate==0.9.0` This code fails: ``` print(tabulate({'x': []}, headers="keys", maxcolwidths=100)) ``` Expected behaviour: Without data, it should render the table as with: ``` print(tabulate({'x': []}, headers="keys")) ```
With
tabulate==0.9.0This code fails:
Expected behaviour:
Without data, it should render the table as with: