Skip to content

Commit c72461f

Browse files
committed
[MINOR] Corrected formatting for failing formatting CI test
1 parent 017af0b commit c72461f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/python/systemds/utils/converters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ def numpy_to_matrix_block(sds, np_arr: np.array):
124124
)
125125
if use_single_pipe:
126126
sds._log.debug(
127-
"Using single FIFO pipe for reading {}".format(format_bytes(total_bytes))
127+
"Using single FIFO pipe for reading {}".format(
128+
format_bytes(total_bytes)
129+
)
128130
)
129131
pipe_id = 0
130132
pipe = sds._FIFO_PY2JAVA_PIPES[pipe_id]

0 commit comments

Comments
 (0)