Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Mar 9, 2022
1 parent 130c64e commit 4c52101
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ def _as_column(self):

return self._data[None].copy(deep=False)


@property
def values(self):
"""
Expand Down Expand Up @@ -3339,7 +3338,6 @@ def _is_sorted(self, ascending=None, null_position=None):
self, ascending=ascending, null_position=null_position
)


@_cudf_nvtx_annotate
def _split(self, splits):
"""Split a frame with split points in ``splits``. Returns a list of
Expand All @@ -3355,7 +3353,6 @@ def _split(self, splits):
for split_idx in range(len(splits) + 1)
]


@_cudf_nvtx_annotate
def _encode(self):
data, index, indices = libcudf.transform.table_encode(self)
Expand Down

0 comments on commit 4c52101

Please sign in to comment.