Skip to content

Commit 52e24b5

Browse files
committed
Change Imports to Absolute
1 parent d9e3a0f commit 52e24b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

optimum/exporters/openvino/__main__.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
from optimum.exporters import TasksManager
2323
from optimum.exporters.onnx.base import OnnxConfig
2424
from optimum.exporters.onnx.constants import SDPA_ARCHS_ONNX_EXPORT_NOT_SUPPORTED
25+
from optimum.exporters.openvino.convert import export_from_model, export_tokenizer
26+
from optimum.intel.utils.import_utils import is_transformers_version
2527
from optimum.utils.save_utils import maybe_load_preprocessors
2628

2729

28-
from ...intel.utils.import_utils import is_transformers_version
29-
from .convert import export_from_model, export_tokenizer
30-
31-
3230
if TYPE_CHECKING:
3331
from optimum.intel.openvino.configuration import OVConfig
3432

0 commit comments

Comments
 (0)