Skip to content

Commit dd0f2c8

Browse files
authored
Update sparqlconnector.py
Remove whitespace
1 parent 2adddfc commit dd0f2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdflib/plugins/stores/sparqlconnector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
self,
3434
query_endpoint: Optional[str] = None,
3535
update_endpoint: Optional[str] = None,
36-
returnFormat: Optional[str] = "xml", # noqa: N803
36+
returnFormat: Optional[str] = "xml", # noqa: N803
3737
method: te.Literal["GET", "POST", "POST_FORM"] = "GET",
3838
auth: Optional[Tuple[str, str]] = None,
3939
**kwargs,

0 commit comments

Comments
 (0)