Skip to content
Prev Previous commit
Next Next commit
troubleshoot non-mac builds
  • Loading branch information
jbrockmendel committed Apr 8, 2022
commit 6b2a2c47b6af302a4cc9383a40c30e41f4b3c0ed
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/timedeltas.pxd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from cpython.datetime cimport timedelta
from numpy cimport int64_t

from pandas._libs.tslibs.np_datetime cimport NPY_DATETIMEUNIT
from .np_datetime cimport NPY_DATETIMEUNIT


# Exposed for tslib, not intended for outside use.
Expand Down