Skip to content

Commit

Permalink
⚰ delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Apr 11, 2024
1 parent 565626c commit dfc00fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ipyautoui/custom/autogrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dfc00fc

Please sign in to comment.