Skip to content

Commit 1f92188

Browse files
danabensDan Choi
authored and
Dan Choi
committed
change: address style feedback (aws#496)
1 parent 25fd445 commit 1f92188

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/sagemaker/lineage/context.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
from __future__ import absolute_import
1515

1616
from sagemaker.apiutils import _base_types
17-
from sagemaker.lineage import _api_types, _utils, association
17+
from sagemaker.lineage import (
18+
_api_types,
19+
_utils,
20+
association,
21+
)
1822

1923

2024
class Context(_base_types.Record):

0 commit comments

Comments
 (0)