Skip to content

Commit 2605f55

Browse files
author
Alejandro Gaston Alvarez Franceschi
committed
Minor
1 parent 0bfee9d commit 2605f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def _lower_complex_istft(op: Operation):
764764

765765
if op.return_complex:
766766
return _wrap_complex_output(op.outputs[0], real, imag)
767-
else
767+
else:
768768
return real
769769

770770

0 commit comments

Comments
 (0)