From f0aea560d2bbbaf4050a531d2769b1726b5b4cb6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 8 Dec 2022 08:38:23 +0300 Subject: Remove unused import --- gn3/db/rdf.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3