Skip to content

Commit 590c6a0

Browse files
author
MomIsBestFriend
committed
Finished internals.pyx
1 parent ba7c6be commit 590c6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/internals.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cdef class BlockPlacement:
6161
else:
6262
v = self._as_array
6363

64-
return '%s(%r)' % (self.__class__.__name__, v)
64+
return f'{self.__class__.__name__}({v})'
6565

6666
def __repr__(self) -> str:
6767
return str(self)

0 commit comments

Comments
 (0)