Unverified Commit d218a2e5 authored by amyeroberts's avatar amyeroberts Committed by GitHub
Browse files

backbone_utils - fix relative import (#31382)

Fix relative import
parent 84351d57
...@@ -21,7 +21,7 @@ from typing import TYPE_CHECKING, Iterable, List, Optional, Tuple, Union ...@@ -21,7 +21,7 @@ from typing import TYPE_CHECKING, Iterable, List, Optional, Tuple, Union
if TYPE_CHECKING: if TYPE_CHECKING:
from .configuration_utils import PretrainedConfig from ..configuration_utils import PretrainedConfig
class BackboneType(enum.Enum): class BackboneType(enum.Enum):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment