Skip to content

Commit 8d03792

Browse files
committed
formatting
1 parent 0d1042f commit 8d03792

File tree

3 files changed

+169
-98
lines changed

3 files changed

+169
-98
lines changed

src/main/python/systemds/context/systemds_context.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ def __setup_data_transfer(self, data_transfer_mode=0, multi_pipe_enabled=False):
126126
self._FIFO_PY2JAVA_PIPES = out_pipes
127127
self._FIFO_JAVA2PY_PIPES = in_pipes
128128
else:
129-
self._log.info(
130-
"Using py4j for data transfer"
131-
)
129+
self._log.info("Using py4j for data transfer")
132130
self._data_transfer_mode = 0
133131

134132
def __init_pipes(self, num_pipes):

0 commit comments

Comments
 (0)