Skip to content

Commit 6ccf2d9

Browse files
committed
fix code style
1 parent f030f47 commit 6ccf2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_juicer/core/ray_data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ def _run_single_op(self, op):
110110
self.num_proc, op.use_cuda())
111111
num_gpus = get_num_gpus(op, op_proc)
112112

113-
if op._name in TAGGING_OPS.modules and Fields.meta not in self.data.columns(
114-
):
113+
if (op._name in TAGGING_OPS.modules
114+
and Fields.meta not in self.data.columns()):
115115

116116
def process_batch_arrow(table: pyarrow.Table):
117117
new_column_data = [{} for _ in range(len(table))]

0 commit comments

Comments
 (0)