Skip to content

Commit

Permalink
backbone_utils - fix relative import (#31382)
Browse files Browse the repository at this point in the history
Fix relative import
  • Loading branch information
amyeroberts authored and itazap committed Jun 20, 2024
1 parent b1bb02e commit b804154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/utils/backbone_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


if TYPE_CHECKING:
from .configuration_utils import PretrainedConfig
from ..configuration_utils import PretrainedConfig


class BackboneType(enum.Enum):
Expand Down

0 comments on commit b804154

Please sign in to comment.