From 3633635f9503043ff6ef9b2ae8e5e0e43c7a28d3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 9 Apr 2025 10:21:36 -0500 Subject: Fix typo. --- scripts/phenotypes_bulk_edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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", -- cgit v1.2.3