Skip to content

Commit

Permalink
post-merge fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Nov 3, 2023
1 parent 2cdc788 commit 8d2b5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/_libs/tslibs/strptime.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ cdef class DatetimeParseState:
bint creso_ever_changed
NPY_DATETIMEUNIT creso

cdef bint update_creso(self, NPY_DATETIMEUNIT creso)
cdef tzinfo process_datetime(self, datetime dt, tzinfo tz, bint utc_convert)
cdef bint update_creso(self, NPY_DATETIMEUNIT item_reso) noexcept

0 comments on commit 8d2b5f3

Please sign in to comment.