Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Co-authored-by: Bowen Bao <bowbao@microsoft.com>
  • Loading branch information
ilyasher and BowenBao committed Mar 2, 2023
1 parent 05de906 commit fcc854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/onnx/test_pytorch_onnx_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -7582,7 +7582,7 @@ def forward(self, x):
PadModel(),
x,
input_names=["input_1"],
dynamic_axes={"input_1": [0, 1, 2, 3]}
dynamic_axes={"input_1": [0, 1, 2, 3]},
)

@skipIfUnsupportedMaxOpsetVersion(10)
Expand Down

0 comments on commit fcc854d

Please sign in to comment.