Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus92 committed Dec 18, 2024
1 parent fa18da6 commit 9966dd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ckanext/dcat/profiles/euro_health_dcat_ap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""Test document"""

import json

from rdflib import RDF, SKOS, XSD, BNode, Literal, URIRef, term
from rdflib.namespace import Namespace

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ def test_dataset_distribution_access_service_list_values_only(self):

# List
endpoint_url_list = access_service.get('endpoint_url')
print(access_service)
assert len(endpoint_url_list) == 1
assert 'http://publications.europa.eu/webapi/rdf/sparql' in endpoint_url_list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def test_e2e_ckan_to_dcat(self):
reference = Graph()
reference.parse(data=contents, format="turtle")

print(s.g.serialize(format="turtle"))
# First check that all non-blind nodes from the reference are present in the output
# Any other nodes added by other profiles (e.g. DCAT-AP 3) we do not have an opinion about
for triple in reference:
Expand Down

0 comments on commit 9966dd9

Please sign in to comment.