Skip to content

Commit

Permalink
Update test/onnx/test_pytorch_onnx_no_runtime.py
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
atalman committed Dec 6, 2022
1 parent 3f17880 commit b265e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/onnx/test_pytorch_onnx_no_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from torch.onnx import OperatorExportTypes, symbolic_helper, utils
from torch.onnx._globals import GLOBALS
from torch.onnx._internal import registration
from torch.testing._internal import common_utils, common_quantization
from torch.testing._internal import common_quantization, common_utils


def export_to_onnx(
Expand Down

0 comments on commit b265e25

Please sign in to comment.