Skip to content

Commit

Permalink
chore: remove unneccessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarusarah committed Sep 26, 2023
1 parent a54faa7 commit e98fd2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckanext/dcatapchharvest/dcat_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from ckantoolkit import config
from rdflib import URIRef, Graph
from rdflib.namespace import Namespace, RDF, SKOS
import rdflib

import logging
log = logging.getLogger(__name__)
Expand Down Expand Up @@ -230,7 +229,7 @@ def get_pagination(catalog_graph):


def get_format_values():
g = rdflib.Graph()
g = Graph()
for prefix, namespace in format_namespaces.items():
g.bind(prefix, namespace)
file = os.path.join(__location__, 'formats.xml')
Expand Down

0 comments on commit e98fd2f

Please sign in to comment.