Skip to content

Commit

Permalink
Remove table files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Sep 27, 2021
1 parent 357d94b commit 4989279
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 86 deletions.
10 changes: 0 additions & 10 deletions python/cudf/cudf/_lib/table.pxd

This file was deleted.

29 changes: 0 additions & 29 deletions python/cudf/cudf/_lib/table.pyi

This file was deleted.

46 changes: 0 additions & 46 deletions python/cudf/cudf/_lib/table.pyx

This file was deleted.

2 changes: 1 addition & 1 deletion python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _column_names(self) -> List[Any]: # TODO: List[str]?
@property
def _index_names(self) -> List[Any]: # TODO: List[str]?
# TODO: Temporarily suppressing mypy warnings to avoid introducing bugs
# by returning an empty list if one is not expected.
# by returning an empty list where one is not expected.
return (
None # type: ignore
if self._index is None
Expand Down

0 comments on commit 4989279

Please sign in to comment.