Skip to content

Commit 5345910

Browse files
committed
Minor edit to code
1 parent 1e43cae commit 5345910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/analyze-images-with-content-understanding/includes/3-analyze-images-with-content-understanding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ try:
9797

9898
# Display results
9999
result_str = json.dumps(result.as_dict(), indent=2)
100-
ret_lines = result_str.splitlines()
100+
print (result_str)
101101

102102
except Exception as ex:
103103
print(f"[Unexpected Error]: {ex}")

0 commit comments

Comments
 (0)