Skip to content

Commit 362e1f7

Browse files
author
MomIsBestFriend
committed
1 parent 8634a37 commit 362e1f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pandas/_libs/lib.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from cpython.datetime cimport (
2020
PyDate_Check,
2121
PyTime_Check,
2222
PyDelta_Check,
23-
PyDateTime_IMPORT
23+
PyDateTime_IMPORT,
2424
)
2525
PyDateTime_IMPORT
2626

@@ -80,7 +80,7 @@ from pandas._libs.missing cimport (
8080
is_null_datetime64,
8181
is_null_timedelta64,
8282
is_null_period,
83-
C_NA
83+
C_NA,
8484
)
8585

8686

pandas/_libs/tslibs/period.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ from pandas._libs.tslibs.np_datetime cimport (
2929
check_dts_bounds,
3030
NPY_DATETIMEUNIT,
3131
NPY_FR_D,
32-
NPY_FR_us
32+
NPY_FR_us,
3333
)
3434

3535
cdef extern from "src/datetime/np_datetime.h":

0 commit comments

Comments
 (0)