aboutsummaryrefslogtreecommitdiff
path: root/gn3/db/rdf.py
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-08-26 13:09:54 +0300
committerBonfaceKilz2024-08-26 15:35:33 +0300
commit301a7a3de96cee0afb5e1c1a9d82c412da5658bc (patch)
tree2fd9c5ab4e198fb866a1d0280d657200045dfdf8 /gn3/db/rdf.py
parent12f8be8cda5e877dcd17ea6defea94daf1cb76e1 (diff)
downloadgenenetwork3-301a7a3de96cee0afb5e1c1a9d82c412da5658bc.tar.gz
Fix pylint errors.
* gn3/api/metadata.py: Remove duplicate imports. * gn3/db/constants.py: Add docstring. * gn3/db/rdf.py (get_wiki_entries_by_symbol): Remove duplicate dictionary key. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3/db/rdf.py')
-rw-r--r--gn3/db/rdf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/db/rdf.py b/gn3/db/rdf.py
index 4fd47cb..e7942be 100644
--- a/gn3/db/rdf.py
+++ b/gn3/db/rdf.py
@@ -87,7 +87,6 @@ CONSTRUCT {
"reason": "gnt:reason",
"species": "gnt:species",
"pubmed_id": "dct:references",
- "web_url": "foaf:homepage",
"email": "foaf:mbox",
"initial": "gnt:initial",
"comment": "rdfs:comment"