diff options
author | Frederick Muriuki Muriithi | 2022-12-08 08:38:23 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-08 08:38:23 +0300 |
commit | f0aea560d2bbbaf4050a531d2769b1726b5b4cb6 (patch) | |
tree | d1903f1cb404c0884f34ccd77e455e5b08f59071 | |
parent | b408d90f52766861071b6fefe01f8bf9d213432e (diff) | |
download | genenetwork3-f0aea560d2bbbaf4050a531d2769b1726b5b4cb6.tar.gz |
Remove unused import
-rw-r--r-- | gn3/db/rdf.py | 1 |
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 |