Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins 2016-08-24 06:41:10 +00:00 committed by Gerrit Code Review
commit 70efb0c22f
1 changed files with 2 additions and 2 deletions

View File

@ -135,5 +135,5 @@ class Location (object):
def pretty_json(data):
print (json.dumps(data, sort_keys=True,
indent=4, separators=(',', ': ')))
print(json.dumps(data, sort_keys=True,
indent=4, separators=(',', ': ')))