aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-04-09 10:21:36 -0500
committerFrederick Muriuki Muriithi2025-04-09 10:21:36 -0500
commit3633635f9503043ff6ef9b2ae8e5e0e43c7a28d3 (patch)
treeaf27ebd1bef129d3a3cbd2133b6cc0c82604fa52 /scripts
parenta578770d6d6d8cfa755d113d95d0bad27b143110 (diff)
downloadgn-uploader-3633635f9503043ff6ef9b2ae8e5e0e43c7a28d3.tar.gz
Fix typo.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phenotypes_bulk_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phenotypes_bulk_edit.py b/scripts/phenotypes_bulk_edit.py
index c0174be..02ee2e4 100644
--- a/scripts/phenotypes_bulk_edit.py
+++ b/scripts/phenotypes_bulk_edit.py
@@ -117,7 +117,7 @@ def __fetch_new_pubmed_ids__(pubmed_ids):
# Should we, perhaps, pass this in from a config variable?
uri = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi"
try:
- response = request.get(
+ response = requests.get(
uri,
params={
"db": "pubmed",