Skip to content

Commit d7f6056

Browse files
author
MarcoGorelli
committed
remove duplicate code
1 parent 9f06d80 commit d7f6056

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/_libs/tslibs/strptime.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,6 @@ def array_strptime(
333333
iresult[i] = value
334334
check_dts_bounds(&dts)
335335
continue
336-
else:
337-
if fmt == "ISO8601":
338-
raise ValueError(f"Time data {val} is not ISO8601 format")
339336

340337
if parse_today_now(val, &iresult[i], utc):
341338
continue

0 commit comments

Comments
 (0)