Skip to content

Commit 6f680a8

Browse files
author
Yaison
committed
WS-2589: fix print for name_similarity.py
1 parent d9888b5 commit 6f680a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/name_similarity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
3636
if __name__ == '__main__':
3737
ARGS = PARSER.parse_args()
3838
RESULT = run(ARGS.key, ARGS.url)
39-
print(json.dumps(RESULT, indent=2, ensure_ascii=False, sort_keys=True).encode("utf8"))
39+
print(RESULT)

0 commit comments

Comments
 (0)