Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Oct 13, 2022
1 parent e6aeb3a commit 4cd5e1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/onnx/test_utility_funs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import copy
import functools
import io
from typing import Callable
import warnings
from typing import Callable

import onnx
import parameterized
Expand All @@ -19,8 +19,7 @@
skipIfUnsupportedMaxOpsetVersion,
skipIfUnsupportedMinOpsetVersion,
)
from torch.onnx import OperatorExportTypes, TrainingMode, utils
from torch.onnx import _constants
from torch.onnx import _constants, OperatorExportTypes, TrainingMode, utils
from torch.onnx._globals import GLOBALS
from torch.onnx.symbolic_helper import _unpack_list, parse_args
from torch.testing._internal import common_utils
Expand Down

0 comments on commit 4cd5e1a

Please sign in to comment.