Skip to content

Commit 00c29e8

Browse files
committed
Style.
1 parent 5f0f4f1 commit 00c29e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/transformers/onnx/convert.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
from .. import PreTrainedModel, PreTrainedTokenizer, TensorType, TFPreTrainedModel, is_torch_available
2424
from ..file_utils import is_torch_onnx_dict_inputs_support_available
2525
from ..utils import logging
26-
from .config import OnnxConfig, DYNAMIC_AXIS
26+
from .config import DYNAMIC_AXIS, OnnxConfig
27+
2728

2829
logger = logging.get_logger(__name__) # pylint: disable=invalid-name
2930

0 commit comments

Comments
 (0)