From 7f8e1cd60525f3a06e064f8fa4bc4d93bb383700 Mon Sep 17 00:00:00 2001 From: Ashwin Srinath Date: Mon, 22 Mar 2021 19:01:50 -0400 Subject: [PATCH] Undo --- python/cudf/cudf/core/column_accessor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/cudf/cudf/core/column_accessor.py b/python/cudf/cudf/core/column_accessor.py index 2582f7be287..a527713099f 100644 --- a/python/cudf/cudf/core/column_accessor.py +++ b/python/cudf/cudf/core/column_accessor.py @@ -167,7 +167,6 @@ def _clear_cache(self): "columns", "names", "_grouped_data", - "_column_length", ) for attr in cached_properties: try: