Skip to content

Commit af5c216

Browse files
authored
format problem
1 parent abd257f commit af5c216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_store/test_store_sparqlstore_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ def test_query_construct_format(
127127
logging.debug("request = %s", request)
128128
logging.debug("request.headers = %s", request.headers.as_string())
129129
assert request.path_query["query"][0] == query
130-
#check for current rdflibs default behaviour, to accept xml
130+
# check for current rdflibs default behaviour, to accept xml
131131
assert "application/rdf+xml" in request.headers["Accept"]
132132
assert "application/sparql-results+xml" in request.headers["Accept"]

0 commit comments

Comments
 (0)