Skip to content

Commit

Permalink
Update converter.py
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
BBC-Esq authored Nov 29, 2024
1 parent 2870fe3 commit 0d645ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctranslate2/converters/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from typing import Optional

from ctranslate2.specs.model_spec import ACCEPTED_MODEL_TYPES, ModelSpec
from ctranslate2.specs.model_spec import ACCEPTED_MODEL_TYPES


class Converter(abc.ABC):
Expand Down

0 comments on commit 0d645ba

Please sign in to comment.