Skip to content

Commit

Permalink
comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetke committed Nov 20, 2023
1 parent 3f8865f commit fe43d25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metadata_service/FusekiCommunicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def read_query(self, query: str) -> List[Dict[str, Any]] | Any | None:
:param query: The `query` parameter is a string that represents the SPARQL query that you want
to execute. SPARQL is a query language for querying RDF data
:type query: str
:return: The function `read_query` returns one of the following:
"""
self.sparql.setQuery(query)
self.sparql.setReturnFormat(JSON)
Expand Down

0 comments on commit fe43d25

Please sign in to comment.