Skip to content

Commit a3bca30

Browse files
author
Yi-Ting Lee
committed
add __str__ methods to queryLineage output classes
1 parent 6fd5ad3 commit a3bca30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/lineage/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def __init__(
210210
def __str__(self):
211211
"""Define string representation of `LineageQueryResult`."""
212212
result_dict = vars(self)
213-
214213
return (str({k: [vars(val) for val in v] for k, v in result_dict.items()}))
215214

216215

0 commit comments

Comments
 (0)