We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6454e2 commit 874d070Copy full SHA for 874d070
rdflib/plugins/stores/sparqlstore.py
@@ -162,7 +162,7 @@ def __init__(
162
sparql11: bool = True,
163
context_aware: bool = True,
164
node_to_sparql: _NodeToSparql = _node_to_sparql,
165
- returnFormat: SUPPORTED_FORMATS = "xml", # noqa: N803
+ returnFormat: SUPPORTED_FORMATS | None = None, # noqa: N803
166
method: SUPPORTED_METHODS = "GET",
167
auth: tuple[str, str] | None = None,
168
**sparqlconnector_kwargs,
0 commit comments