mirror of https://github.com/Textualize/rich.git
Remove exception
This commit is contained in:
parent
be66e23d85
commit
ddd3aa3fe3
|
@ -495,7 +495,6 @@ class Table(JupyterMixin):
|
||||||
for width, allow_wrap in zip(widths, wrapable)
|
for width, allow_wrap in zip(widths, wrapable)
|
||||||
)
|
)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
1 / 0
|
|
||||||
second_max_column = 0
|
second_max_column = 0
|
||||||
column_difference = max_column - second_max_column
|
column_difference = max_column - second_max_column
|
||||||
ratios = [
|
ratios = [
|
||||||
|
|
Loading…
Reference in New Issue