From 4cd5e1ab686b4e60de9f088acdd7272a6219b7e0 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 13 Oct 2022 23:37:07 +0000 Subject: [PATCH] Format --- test/onnx/test_utility_funs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/onnx/test_utility_funs.py b/test/onnx/test_utility_funs.py index 3ee2a68e4807..aba4e44a731e 100644 --- a/test/onnx/test_utility_funs.py +++ b/test/onnx/test_utility_funs.py @@ -3,8 +3,8 @@ import copy import functools import io -from typing import Callable import warnings +from typing import Callable import onnx import parameterized @@ -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