aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-12-08 08:38:23 +0300
committerFrederick Muriuki Muriithi2022-12-08 08:38:23 +0300
commitf0aea560d2bbbaf4050a531d2769b1726b5b4cb6 (patch)
treed1903f1cb404c0884f34ccd77e455e5b08f59071
parentb408d90f52766861071b6fefe01f8bf9d213432e (diff)
downloadgenenetwork3-f0aea560d2bbbaf4050a531d2769b1726b5b4cb6.tar.gz
Remove unused import
-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 b690d5a..f46e33c 100644
--- a/gn3/db/rdf.py
+++ b/gn3/db/rdf.py
@@ -3,7 +3,6 @@
This module is a collection of functions that handle SPARQL queries.
"""
-import re
from typing import Tuple
from string import Template
from SPARQLWrapper import JSON, SPARQLWrapper