Skip to content

Commit 292cf8e

Browse files
authored
fix style
1 parent bc3f612 commit 292cf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/commands/export/openvino.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def parse_args(parser: "ArgumentParser"):
212212

213213
def run(self):
214214
from ...exporters.openvino.__main__ import infer_task, main_export, maybe_convert_tokenizers
215-
from ...intel.openvino.configuration import _DEFAULT_4BIT_CONFIG, get_default_int4_config, OVConfig
215+
from ...intel.openvino.configuration import _DEFAULT_4BIT_CONFIG, OVConfig, get_default_int4_config
216216

217217
if self.args.library is None:
218218
# TODO: add revision, subfolder and token to args

0 commit comments

Comments
 (0)