Skip to content

Commit

Permalink
format code with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Dec 13, 2023
1 parent 89491ea commit e89acb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/intel/openvino/modeling_seq2seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
from transformers.file_utils import add_start_docstrings, add_start_docstrings_to_model_forward
from transformers.modeling_outputs import BaseModelOutput, Seq2SeqLMOutput

from .utils import print_compiled_model_properties
from ..utils.import_utils import is_transformers_version
from .modeling_base_seq2seq import OVBaseModelForSeq2SeqLM
from .utils import print_compiled_model_properties


if is_transformers_version("<", "4.25.0"):
Expand Down

0 comments on commit e89acb6

Please sign in to comment.