Skip to content

Commit 01c5bdf

Browse files
committed
Fix Lint
1 parent b3890f4 commit 01c5bdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_datetimemodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5521,7 +5521,6 @@ datetime_fromisoformat(PyObject *cls, PyObject *dtstr)
55215521
goto invalid_iso_midnight;
55225522
}
55235523
}
5524-
55255524
}
55265525
PyObject *dt = new_datetime_subclass_ex(year, month, day, hour, minute,
55275526
second, microsecond, tzinfo, cls);

0 commit comments

Comments
 (0)