Skip to content

Commit a760d2f

Browse files
author
Ralf Grubenmann
committed
Fixes sort order
1 parent bcb441b commit a760d2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/core/models/test_shacl_schema.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
# limitations under the License.
1818
"""test KG against SHACL shape."""
1919

20-
from renku.core.compat import Path
21-
2220
from pyld import jsonld as ld
2321

2422
from renku.cli import cli
23+
from renku.core.compat import Path
2524
from renku.core.utils.shacl import validate_graph
2625

2726

0 commit comments

Comments
 (0)