Skip to content

Commit 2d24e9f

Browse files
author
jkasiraj
committed
import get_module from utils instead of lineage._utils
1 parent 8ffc8cb commit 2d24e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/lineage/query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
from typing import Optional, Union, List, Dict
1919
import re
2020

21-
from sagemaker.lineage._utils import get_resource_name_from_arn, get_module
21+
from sagemaker.utils import get_module
22+
from sagemaker.lineage._utils import get_resource_name_from_arn
2223

2324

2425
class LineageEntityEnum(Enum):

0 commit comments

Comments
 (0)