Skip to content

Commit 0126efc

Browse files
committed
black
1 parent 43c0cd8 commit 0126efc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/python/remote_storage_example/nixl_p2p_storage_example.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ def remote_storage_transfer(
5454

5555
iterations_str = bytes(f"{iterations:04d}", "utf-8")
5656
# Send the descriptors that you want to read into or write from
57-
logger.info("Sending %s request to %s", operation.decode("utf-8"), remote_agent_name)
57+
logger.info(
58+
"Sending %s request to %s", operation.decode("utf-8"), remote_agent_name
59+
)
5860
test_descs_str = my_agent.get_serialized_descs(my_mem_descs)
5961

6062
start_time = time.time()

0 commit comments

Comments
 (0)