Skip to content

Commit e62f787

Browse files
committed
format
1 parent 067b361 commit e62f787

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

onnxscript/version_converter/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ def convert_version(model: ir.Model, target_version: int, fallback=False) -> Non
2222
"""
2323
# In functions, we can have attribute-parameters, which means we don't know the value of the attribute.
2424
# Hence, we inline all the functions.
25-
_version_converter_pass.ConvertVersionPass(target_version=target_version, fallback=fallback)(model)
25+
_version_converter_pass.ConvertVersionPass(
26+
target_version=target_version, fallback=fallback
27+
)(model)

0 commit comments

Comments
 (0)