Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Sep 25, 2024
1 parent af61092 commit 10e56b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_pyshacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
import pyshacl
import pytest
from cmem.cmempy.dp.proxy.graph import delete, get, post_streamed
from rdflib import RDF, Graph, URIRef, PROV
from rdflib import PROV, RDF, Graph, URIRef
from rdflib.compare import isomorphic

from cmem_plugin_pyshacl.plugin_pyshacl import ShaclValidation

from . import __path__
from .utils import TestExecutionContext, needs_cmem

Expand Down Expand Up @@ -71,4 +73,3 @@ def test_workflow_execution(_setup: None) -> None: # noqa: PT019
test = Graph().parse(Path(__path__[0]) / "test_pyshacl.ttl", format="turtle")

assert isomorphic(result, test)

0 comments on commit 10e56b9

Please sign in to comment.