Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nova77 committed Jun 14, 2024
1 parent 19de34e commit 9be3d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt_einsum/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def parse_einsum_input(operands: Any, shapes: bool = False) -> Tuple[str, str, L
else:
subscripts, operands = convert_interleaved_input(operands)

if shapes:
if shapes:
operand_shapes = [list(s) for s in operands]
else:
operand_shapes = [o.shape for o in operands]
Expand Down

0 comments on commit 9be3d95

Please sign in to comment.