chilin0525 commented on code in PR #45629:
URL: https://github.com/apache/arrow/pull/45629#discussion_r2030017812
##########
python/pyarrow/device.pxi:
##########
@@ -137,9 +137,7 @@ cdef class MemoryManager(_Weakrefable):
return self.memory_manager
def __repr__(self):
- return "<pyarrow.MemoryManager device: {}>".format(
- frombytes(self.memory_manager.get().device().get().ToString())
- )
+ return f"<pyarrow.MemoryManager device:
{frombytes(self.memory_manager.get().device().get().ToString())}>"
Review Comment:
Resolved in
[558be8d](https://github.com/apache/arrow/pull/45629/commits/558be8d3559a1ed3441cc57cec343d6889fff5f0).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]