summaryrefslogtreecommitdiff
path: root/test/test_sparql/test_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sparql/test_service.py')
-rw-r--r--test/test_sparql/test_service.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/test_sparql/test_service.py b/test/test_sparql/test_service.py
index 3a827054..61c317ac 100644
--- a/test/test_sparql/test_service.py
+++ b/test/test_sparql/test_service.py
@@ -1,11 +1,8 @@
import json
from contextlib import ExitStack
from test.utils import helper
-from test.utils.httpservermock import (
- MethodName,
- MockHTTPResponse,
- ServedBaseHTTPServerMock,
-)
+from test.utils.http import MethodName, MockHTTPResponse
+from test.utils.httpservermock import ServedBaseHTTPServerMock
from typing import (
Dict,
FrozenSet,