Skip to content

Commit b3ca30c

Browse files
missed formatting fix
1 parent 7ff5f98 commit b3ca30c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,8 @@ cdef class _Timedelta(timedelta):
786786
return False
787787
elif op == Py_NE:
788788
return True
789-
raise TypeError('Cannot compare type {cls} with type {other}'
789+
raise TypeError('Cannot compare type {cls} with '
790+
'type {other}'
790791
.format(cls=type(self).__name__,
791792
other=type(other).__name__))
792793

0 commit comments

Comments
 (0)