From 0438b55478fe8672a845387fb0c500b21a747978 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 19 Sep 2024 20:23:37 +0300 Subject: Use correct return type. Signed-off-by: Munyoki Kilyungi --- gn3/db/rdf/wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/db/rdf') diff --git a/gn3/db/rdf/wiki.py b/gn3/db/rdf/wiki.py index f2030ca..881755e 100644 --- a/gn3/db/rdf/wiki.py +++ b/gn3/db/rdf/wiki.py @@ -191,7 +191,7 @@ def update_wiki_comment( sparql_password: str, sparql_auth_uri: str, graph: str = "", -) -> tuple[str, int]: +) -> str: """Update a wiki comment by inserting a comment with the same identifier but an updated version id. The End form of this query looks like: -- cgit v1.2.3