Skip to content

Commit b62cc4f

Browse files
committed
remove commented-out
1 parent a7955da commit b62cc4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/tools/datetimes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ def _to_datetime_with_unit(arg, unit, name, utc: bool, errors: str) -> Index:
535535
utc=utc,
536536
errors=errors,
537537
unit_for_numerics=unit,
538-
# creso=cast(int, NpyDatetimeUnit.NPY_FR_ns.value),
539538
)
540539

541540
result = DatetimeIndex(arr, name=name)

0 commit comments

Comments
 (0)