diff options
Diffstat (limited to 'gn3')
-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 |