Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Feb 13, 2024
1 parent 0580943 commit a9a235b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions optimum/exporters/openvino/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import functools
import gc
import inspect
import logging
import os
from pathlib import Path
Expand All @@ -32,7 +31,6 @@
from optimum.exporters.onnx.convert import check_dummy_inputs_are_allowed
from optimum.exporters.onnx.convert import export_pytorch as export_pytorch_to_onnx
from optimum.exporters.onnx.convert import export_tensorflow as export_tensorflow_onnx
from optimum.exporters.onnx.model_patcher import DecoderModelPatcher
from optimum.utils import DEFAULT_DUMMY_SHAPES, is_diffusers_available
from optimum.utils.save_utils import maybe_save_preprocessors

Expand All @@ -45,7 +43,6 @@
clear_class_registry,
flattenize_inputs,
get_input_shapes,
remove_none_from_dummy_inputs,
)


Expand Down

0 comments on commit a9a235b

Please sign in to comment.