Skip to content

Commit

Permalink
update imports and filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Higgins committed Mar 19, 2022
1 parent 4ed7a3f commit 97421c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/test_store/test_store_sparqlstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import pytest
import re

from . import helper
from .testutils import (
from test import helper
from test.testutils import (
MockHTTPResponse,
ServedSimpleHTTPMock,
)
Expand Down
2 changes: 1 addition & 1 deletion test/test_store/test_store_sparqlupdatestore_mock.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from rdflib.graph import ConjunctiveGraph
from typing import ClassVar
from rdflib import Namespace
from .testutils import MockHTTPResponse, ServedSimpleHTTPMock
from test.testutils import MockHTTPResponse, ServedSimpleHTTPMock
import unittest

EG = Namespace("http://example.org/")
Expand Down

0 comments on commit 97421c6

Please sign in to comment.