We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b6378 commit 8d67e77Copy full SHA for 8d67e77
pandas/_libs/tslibs/np_datetime.pxd
@@ -89,7 +89,7 @@ cdef int string_to_dts(
89
int* out_local,
90
int* out_tzoffset,
91
bint want_exc,
92
- format: str | None = *,
+ str format = *,
93
bint exact = *
94
) except? -1
95
pandas/_libs/tslibs/np_datetime.pyx
@@ -331,7 +331,7 @@ cdef int string_to_dts(
331
332
333
334
- format: str | None=None,
+ str format=None,
335
bint exact=True,
336
) except? -1:
337
cdef:
0 commit comments