From dfc00fc216c207b933c49d29db6bdc6cf23176b7 Mon Sep 17 00:00:00 2001 From: jgunstone Date: Thu, 11 Apr 2024 12:10:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=20delete=20dead=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ipyautoui/custom/autogrid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ipyautoui/custom/autogrid.py b/src/ipyautoui/custom/autogrid.py index efa12cd5..c78f712b 100644 --- a/src/ipyautoui/custom/autogrid.py +++ b/src/ipyautoui/custom/autogrid.py @@ -392,7 +392,6 @@ def coerce_data( """ if not isinstance(data.index, pd.RangeIndex): - # raise ValueError("Data must have a RangeIndex") logging.warning( "ipyautoui.custom.autogrid.AutoGrid (and EditGrid) data must have a" " RangeIndex"