Skip to content

Commit 9659705

Browse files
committed
small change
1 parent c389686 commit 9659705

File tree

1 file changed

+0
-1
lines changed
  • ads/opctl/operator/lowcode/common

1 file changed

+0
-1
lines changed

ads/opctl/operator/lowcode/common/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def __init__(self, spec: dict, name="input_data"):
2424
self.data = None
2525
self._data_dict = dict()
2626
self.name = name
27-
self.data_with_all_cols = None
2827
self.load_transform_ingest_data(spec)
2928

3029
def get_raw_data_by_cat(self, category):

0 commit comments

Comments
 (0)