Skip to content

Commit 51feea5

Browse files
committed
remove debugging variable
1 parent 074a5f1 commit 51feea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,6 @@ class Timedelta(_Timedelta):
19261926
def __floordiv__(self, other):
19271927
# numpy does not implement floordiv for timedelta64 dtype, so we cannot
19281928
# just defer
1929-
orig = other
19301929
if _should_cast_to_timedelta(other):
19311930
# We interpret NaT as timedelta64("NaT")
19321931
other = Timedelta(other)

0 commit comments

Comments
 (0)