Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python/cudf/cudf/utils/utils.py
Browse files Browse the repository at this point in the history
galipremsagar authored Mar 10, 2022
1 parent ce95a9b commit d93cc4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/cudf/cudf/utils/utils.py
Original file line number Diff line number Diff line change
@@ -250,11 +250,6 @@ def pa_mask_buffer_to_mask(mask_buf, size):
return Buffer(mask_buf)


def my_dummy_func():
print("unreachable code")
print("try")


def _isnat(val):
"""Wraps np.isnat to return False instead of error on invalid inputs."""
if not isinstance(val, (np.datetime64, np.timedelta64, str)):

0 comments on commit d93cc4f

Please sign in to comment.