From ddd3aa3fe3e3fecdc03d63a56de897f981dfbdba Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 8 Oct 2020 18:19:49 +0100 Subject: [PATCH] Remove exception --- rich/table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rich/table.py b/rich/table.py index b0ac2e0d..0ff4c49d 100644 --- a/rich/table.py +++ b/rich/table.py @@ -495,7 +495,6 @@ class Table(JupyterMixin): for width, allow_wrap in zip(widths, wrapable) ) except ValueError: - 1 / 0 second_max_column = 0 column_difference = max_column - second_max_column ratios = [