Skip to content

Commit 1f44ce9

Browse files
committed
Make Style
1 parent ef9e5df commit 1f44ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimum/exporters/openvino/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ class StoreAttr(object):
355355
**kwargs_shapes,
356356
)
357357

358-
# avoid circular import
359-
from optimum.intel.openvino.utils import OV_TOKENIZER_FLOLDER
360358
# hide openvino import when using other exporters
359+
# avoid circular import
361360
from optimum.exporters.openvino.convert import export_tokenizer
361+
from optimum.intel.openvino.utils import OV_TOKENIZER_FLOLDER
362362

363363
if convert_tokenizer and is_openvino_tokenizers_available():
364364
if library_name != "diffusers":

0 commit comments

Comments
 (0)