Skip to content

Commit

Permalink
Stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Apr 17, 2023
1 parent e4d0ea9 commit 8ec242b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cudf/cudf/_lib/timezone.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ from cudf._lib.utils cimport columns_from_unique_ptr


def make_timezone_transition_table(tzdir, tzname):
# TODO: libcudf needs the path to end with a '/' separator (but
# shouldn't). Remove this if/when that no longer a requirement:
cdef unique_ptr[table] c_result
cdef string c_tzdir = tzdir.encode()
cdef string c_tzname = tzname.encode()
Expand Down

0 comments on commit 8ec242b

Please sign in to comment.