Skip to content

Commit 04efc57

Browse files
Merge pull request #53961 from GraemeMalcolm/main
Minor edit to code
2 parents cdb55f7 + 5345910 commit 04efc57

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)