Skip to content

Commit 76c60a8

Browse files
committed
Remove debugging info
1 parent b7e0aca commit 76c60a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/conversion.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ cdef _TSObject convert_to_tsobject(object ts, tzinfo tz, str unit,
374374
raise ValueError(
375375
# GH#25611
376376
"np.datetime64 objects with units containing a multiplier are "
377-
"not supported", num
377+
"not supported"
378378
)
379379
reso = get_supported_reso(get_datetime64_unit(ts))
380380
obj.creso = reso

0 commit comments

Comments
 (0)