Skip to content

Commit 55ceb3f

Browse files
Style
1 parent 7274d97 commit 55ceb3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

optimum/intel/openvino/quantization/quantizer.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
from ...utils.constant import _TASK_ALIASES
3939
from ...utils.import_utils import (
4040
is_datasets_available,
41-
is_diffusers_available, is_nncf_available,
41+
is_diffusers_available,
42+
is_nncf_available,
4243
)
4344
from ...utils.modeling_utils import get_model_device
4445
from ..modeling_base import OVBaseModel

0 commit comments

Comments
 (0)