Skip to content

Commit fa9dd37

Browse files
github-actions[bot]Rocketknight1
authored andcommitted
Apply style fixes
1 parent 68aca88 commit fa9dd37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/transformers/commands/add_new_model_like.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727

2828
import yaml
2929

30-
from . import BaseTransformersCLICommand
31-
from .add_fast_image_processor import add_fast_image_processor
3230
from ..models import auto as auto_module
3331
from ..models.auto.configuration_auto import model_type_to_module_name
3432
from ..utils import (
@@ -37,6 +35,9 @@
3735
is_torch_available,
3836
logging,
3937
)
38+
from . import BaseTransformersCLICommand
39+
from .add_fast_image_processor import add_fast_image_processor
40+
4041

4142
logger = logging.get_logger(__name__) # pylint: disable=invalid-name
4243

0 commit comments

Comments
 (0)