Skip to content

Commit 55947b0

Browse files
authored
Update pandas/_libs/tslibs/timedeltas.pyx
1 parent 8e94160 commit 55947b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,7 @@ class Timedelta(_Timedelta):
20692069
disallow_ambiguous_unit(unit)
20702070

20712071
cdef:
2072-
int64_t new_value;
2072+
int64_t new_value
20732073

20742074
# GH 30543 if pd.Timedelta already passed, return it
20752075
# check that only value is passed

0 commit comments

Comments
 (0)