Skip to content

Commit 452568d

Browse files
committed
Fix formatting
1 parent 2832531 commit 452568d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mlir/python/mlir/dialects/transform/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,7 @@ def __init__(
249249

250250
if isinstance(value, (Value, Operation, OpView)):
251251
dynamic_options.append(_get_op_result_or_value(value))
252-
options_dict[key] = ParamOperandAttr(
253-
cur_param_operand_idx, context
254-
)
252+
options_dict[key] = ParamOperandAttr(cur_param_operand_idx, context)
255253
cur_param_operand_idx += 1
256254
elif isinstance(value, Attribute):
257255
options_dict[key] = value

0 commit comments

Comments
 (0)