Skip to content

Commit

Permalink
Update using-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfitzo committed Dec 13, 2024
1 parent b13146e commit 82663cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/docs/gen3-resources/user-guide/using-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import json, requests
api = "https://gen3.datacommons.io"
key_file = "/put_path_to/credentials.json"

# Read the key from the file and
# Read the key from the file
with open(key_file) as json_file:
key = json.load(json_file)

Expand Down

0 comments on commit 82663cb

Please sign in to comment.