Skip to content

Commit

Permalink
fix(docs): improve docstring in the graphdb client
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Dec 17, 2024
1 parent a8c2a88 commit 1bafc55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cimsparql/graphdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ class GraphDBClient:
Args:
service_cfg: Service configuration (see ServiceConfig)
custom_headers: Added to SPARQLWrapper using addCustomHttpHeader
sparql_wrapper: SPARQLWrapper instance used to post queries. If not given,
a SPARQLWrapper create posting queries to the URL given in service_cfg
Example:
>>> from cimsparql.graphdb import GraphDBClient
Expand Down

0 comments on commit 1bafc55

Please sign in to comment.